Descriptionaura: Fix popup window positioning.
RenderWidgetHostViewAura::SetBounds() is called from RenderWidgetHostViewAura::InitAsChild() with
|popup_parent_host_view_|'s coordinates. But it's called from Webkit directly with root window coordinates.
When popup window is repositioned (for example, when the number of auto-complete list is changed), SetBounds() is called directly and the window moves in the wrong place.
BUG=115063
TEST=Checks auto-complete list and dropdown menu of combobox are placed in the correct position, and pass trybots
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124384
Patch Set 1 #Patch Set 2 : remove unnesessary condition #
Total comments: 3
Patch Set 3 : review fix #
Total comments: 2
Patch Set 4 : review fix #Messages
Total messages: 12 (0 generated)
|