Closed
Bug 1760028
Opened 4 years ago
Closed 4 years ago
[Wayland] move-to-rect is called for wrong subset of resize events
Categories
(Core :: Widget: Gtk, defect, P3)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
Details
Attachments
(2 files)
Due to invalid popup size calculations and movement setup is move-to-rect called on size changes which are supposed to be optimized without move-to-rect calls.
| Assignee | ||
Updated•4 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•4 years ago
|
||
Take popup resize shortcut only when popup is placed inside parent window (check popup origin) and it's not moved by layout.
| Assignee | ||
Comment 2•4 years ago
|
||
We don't need mMoveToRectPopupRectCleared field any more - we always calculate popup placement when a change comes from layout.
Depends on D141428
| Assignee | ||
Updated•4 years ago
|
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/8b5300724bcb
[Wayland] Fix popup resize shortcut r=emilio
https://hg.mozilla.org/integration/autoland/rev/7955deaa7b1e
[Wayland] Remove mMoveToRectPopupRectCleared r=emilio
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8b5300724bcb
https://hg.mozilla.org/mozilla-central/rev/7955deaa7b1e
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•