Drop-downs with custom width resize on mouse movement
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: wbertrums, Unassigned)
References
()
Details
Attachments
(1 file)
236.55 KB,
video/mp4
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
I'm using Firefox 77.0-1 (with MOZ_USE_XINPUT2=1, MOZ_ENABLE_WAYLAND=1 and WebRender turned on) and Sway 1.4-2 on Debian Unstable.
- Click on a drop-down with a custom width.
- Move the mouse cursor.
Actual results:
See attached video.
Expected results:
The drop-down stays as wide, like in previous Firefox versions.
Comment 1•3 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Wow, that looks pretty irritating. Thank you for reporting!
Re-categorizing so this can get the attention from the right folks.
This only happens with Wayland, at least in Sway and GNOME Shell.
Comment 4•3 years ago
|
||
Dear reporter,
I can't reproduce the issue from my ubuntu platform. Perhaps the issue only happens in one of your settings or platform? Could you use a clean profile without all the settings and test it again? Thank you
Updated•3 years ago
|
The same thing happens in a clean profile.
Comment 6•3 years ago
|
||
I think this has been fixed on Nightly already, could you try a build from https://nightly.mozilla.org and test it?
Updated•3 years ago
|
This still happens in Nightly.
I could even reproduce this in a new VM with Debian. All I've done in that VM is:
- Edit
/etc/apt/sources.list
to useunstable
instead ofbuster
. sudo apt update
sudo apt full-upgrade
sudo apt --purge autoremove
sudo apt install gdm3 sway firefox
sudo apt clean
- Edit
/etc/environment
to haveMOZ_USE_XINPUT2=1
andMOZ_ENABLE_WAYLAND=1
. - Reboot.
- Open Firefox.
- Go to https://jsfiddle.net/mt5xwvjr/.
Comment 8•3 years ago
|
||
I ran mozregression and found bug 1640567.
Description
•