Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5

This commit is contained in:
Michal Čihař 2012-04-16 19:36:09 +02:00
commit 5af2790960

View File

@ -632,7 +632,7 @@ function moreOptsMenuResize() {
var cell_right_edge_offset = $this_dropdown.parent().position().left + $this_dropdown.parent().innerWidth();
var left_offset = cell_right_edge_offset - $this_dropdown.innerWidth();
var top_offset = $this_dropdown.parent().position().top + $this_dropdown.parent().innerHeight();
$this_dropdown.offset({ top: top_offset, left: left_offset });
$this_dropdown.css({ top: top_offset, left: left_offset });
});
}, 100);