"scrollbutton-up" of long bookmarks menupopup no longer working
Categories
(Firefox :: Menus, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox129 | --- | unaffected |
firefox130 | --- | unaffected |
firefox131 | --- | verified |
People
(Reporter: alice0775, Assigned: emilio)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
Steps to reproduce:
- Bookmark a lot of Bookmarks so that Bookmarks menupopup can be scrolled.
- Expand the Bookmarks menu
- Scroll the menupopup to bottom in any way.
- Attempt to scroll the menupopup to top by using
^
scrollbutton-up
button
Actual results:
The "scrollbutton-up" does not work.
No mouse hoover effect.
Not scroll when mouse over it
Expected results:
Change style when mouse hover it
Should start scrolling when mouse over it
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=773aed942ff98525ee9bc2c03fd96dbd6c0eee96&tochange=9d4782d16aacb9b51e440042a677f6c5c68a0ca9
![]() |
Reporter | |
Updated•8 months ago
|
Comment 1•8 months ago
|
||
:emilio, since you are the author of the regressor, bug 1913322, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
![]() |
Reporter | |
Comment 2•8 months ago
|
||
Reproduced on Windows11, ubuntu22.04 and Linux Mint21 cinnamon.
Assignee | ||
Comment 3•8 months ago
|
||
In bug 1913322 I tweaked the approach we use to maintain layout
stability when showing and hiding these so that the scrollbox overlaps
them (before we used to have an extra clip).
The DOM order is scrollbutton-up, scrollbox, scrollbutton-down, but we
need to make sure that the scrollbutton-up paint on top of the
scrollbox, otherwise it won't be hittable.
Updated•8 months ago
|
Assignee | ||
Updated•8 months ago
|
Comment 5•8 months ago
|
||
bugherder |
Updated•8 months ago
|
Comment 6•7 months ago
|
||
I was able to reproduce the issue on an affected Firefox Nightly build from 2024-08-23, on Windows 11, while following the steps from Comment 0.
Verified as fixed on Firefox 131.0b4, using Windows 11, Ubuntu 22.04 and macOS 14.6. The "scrollbutton-up" button is now working.
Description
•