Open Bug 1535515 Opened 5 years ago Updated 2 years ago

Position of remote browser does not updated by window resizing

Categories

(Core :: Layout, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: daisuke, Unassigned)

References

Details

This is related to bug 1390445, bug 1403965 and bug 1488991.

These are bugs that the position of context menu and so on was wrong when open context menu after resizing window or changing the layout of the element. The cause is that although the updated position informs to remote browser when window moving or reflowing the element, does not inform in above case. For now, we call requesetUpdatePosition() explicitly at the timing needed so that update the position though, the position should be updated automatically without such the processing.
For example, when window moves, we update the position using special event MozUpdateWindowPos though, we might need such the processing.

Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.