Hovering over the "Locations", in the "Edit Bookmark" dialogue, opens its submenu
Categories
(Firefox :: Menus, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox108 | --- | unaffected |
| firefox109 | --- | unaffected |
| firefox110 | --- | fixed |
People
(Reporter: tgnff242, Assigned: emilio)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/110.0
Steps to reproduce:
- Click on the star button to open the "Edit Bookmark" dialogue.
- Hover over the drop-down menu under the "Location".
Actual results:
The menu opens on hover. If you click on it like you needed to before, it behaves strangely (especially if you keep clicking on it).
Expected results:
The parent menu still has an arrow pointing down. I expect it to at least locate the menu beneath it, instead of at its side, if not still requiring a click.
Comment 1•3 years ago
|
||
:emilio, since you are the author of the regressor, bug 1805414, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
Comment 2•3 years ago
|
||
I can also reproduce the problems(the hover problem and positioning problem) on Windows10.
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Firefox Profiler tool button is also affected.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
This worked pre-patch because IsOnMenu() returned true not for all
popups, but only for <menupopup>. Instead, I think it's clearer to just
treat menulists as never-inside-a-menu.
| Assignee | ||
Updated•3 years ago
|
Comment 6•3 years ago
|
||
| bugherder | ||
Description
•