[wayland] List all tabs popup doesn't work correctly with "Large text enabled"
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
See screencast. Might be related to bug 1717192.
Assignee | ||
Comment 1•2 years ago
|
||
Otherwise, it changes the move-to-rect inputs, which can change the
output as well, making us move the anchor all the way to the right.
You could, I guess, consider this a mutter bug of sorts, because it
feels weird that you pass it an anchor that has been a move-to-rect
output and you get another rect as an output.
But also, it's kinda silly that we're doing that to begin with, so avoid
it by telling the popup frame whether it's been positioned / moved by
move-to-rect (and keeping the anchor in that case).
The reason this works on my setup without "Large text" is just dumb luck
(the front-end computes a max-height for the panel that is small enough
to fit on the screen).
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Do you mind to file that at https://gitlab.gnome.org/GNOME/mutter/-/issues ?
Comment 5•2 years ago
|
||
Backed out changeset bb1d2a4a5570 (bug 1786525) for causing build bustages in xpfe/appshell/AppWindow.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/cb0a9cf25fa0145da6485806aec2bf551096d3d0
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•