Bugzilla Platform OS dropdown selection highlight escapes from dropdown
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox87 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | fix-optional |
firefox90 | --- | fix-optional |
People
(Reporter: yoasif, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(2 files)
Basic information
Steps to Reproduce:
- Navigate to https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Performance
- Ensure zoom is set to 133%
- Click on second Platform dropdown
- Hover over "FreeBSD"
Expected Results:
The highlight showing the hovered item remains inside the popup borders.
Actual Results:
The highlight escapes the border.
9:24.85 INFO: Narrowed integration regression window from [a5872317, 1fbc2d34] (3 builds) to [a5872317, a55a815c] (2 builds) (~1 steps left)
9:24.85 INFO: No more integration revisions, bisection finished.
9:24.85 INFO: Last good revision: a5872317b9a09c03477c9bcc0b03d64f144e624b
9:24.85 INFO: First bad revision: a55a815cbdc834561da11ae8736403774fd1ff8a
9:24.85 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=a5872317b9a09c03477c9bcc0b03d64f144e624b&tochange=a55a815cbdc834561da11ae8736403774fd1ff8a
Reporter | ||
Comment 1•4 years ago
|
||
Reporter | ||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1704927
Updated•4 years ago
|
Comment 3•4 years ago
|
||
I wasn't able to reproduce this on linux.
Reporter | ||
Comment 4•4 years ago
|
||
Matt, are you trying to edit an existing bug or open a new one? I can't reproduce it for an existing bug. If you still can't reproduce, I can try a fresh profile.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Emilio, is it possible this is a bug in the non-native theming code when run under WR? We only just enabled WR in pop-ups, so this code might never have been exercised before until now. If you look at Asif's screenshots, it looks like the menu is sized as if there was a scrollbar next to it, but the scrollbar for some reason is not showing up.
In my and Matt's own local attempts to reproduce the bug, neither of us have been quite able to see what Asif is seeing, however. Either the menu seems to take up the full width it should, or there is a scrollbar taking up part of the width, but in no cases can I get the menu to show partial width but without a scrollbar.
Comment 6•4 years ago
|
||
The select popup is rendered in the parent process so It shouldn't use the non-native theme.
Comment 1 says Asif is using wayland which uses different / weirder popup sizing. Wayland nightly is broken (bug 1706452), so you probably couldn't reproduce anyways.
I highly suspect this is due to the wayland sizing code. Asif, mind confirming if this works as expected in X11?
Comment 7•4 years ago
|
||
I couldn't repro this even on Wayland with the patch on bug 1706452 though.
Comment 9•4 years ago
|
||
I can't reproduce on wayland either so I am marking 89 as fix-optional.
Updated•4 years ago
|
Reporter | ||
Comment 10•4 years ago
|
||
I realized that I have customized my fonts, which may be changing the metrics of the dropdown. I'm using Ubuntu Regular 10 as my UI font in GNOME. I see the issue in the Adwaita and Yaru themes. Does changing your UI fonts make any difference?
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 12•3 years ago
|
||
I can no longer reproduce this, even when testing in a build from around when this bug was filed. I'm guessing OS updates resolved this somehow.
Description
•