Closed
Bug 1805414
Opened 2 years ago
Closed 2 years ago
Remove nsMenuFrame
Categories
(Firefox :: Menus, task, P1)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Regressed 2 open bugs)
Details
Attachments
(2 files)
Stop creating legacy layout boxes for menus/menulists/menuitems.
Assignee | ||
Comment 1•2 years ago
|
||
Move all the event handling stuff to the DOM.
Updated•2 years ago
|
Severity: -- → N/A
Type: defect → task
Priority: -- → P1
Updated•2 years ago
|
Attachment #9308011 -
Attachment description: WIP: Bug 1805414 - Remove nsMenuFrame and nsMenuParent. → Bug 1805414 - Remove nsMenuFrame and nsMenuParent. r=smaug!,jamie!
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f11c529b2407
Remove nsMenuFrame and nsMenuParent. r=smaug,Jamie,desktop-theme-reviewers,settings-reviewers,dao
Comment 3•2 years ago
|
||
Backed out for failures on test_submenuClose.xhtml and nsMenuPopupFrame.cpp
Flags: needinfo?(emilio)
Comment 4•2 years ago
|
||
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/47c002d36372
Remove nsMenuFrame and nsMenuParent. r=smaug,Jamie,desktop-theme-reviewers,settings-reviewers,dao
Assignee | ||
Comment 6•2 years ago
|
||
This test passes on automation, somehow, probably due to timing.
Locally the click rolls up the popup (so you'd need a second click to
show the other popup).
This happens both with and without the patch, and given I debugged and
it is trivial to fix, well, make sure to hide the previously open menu
before clicking on another...
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b8542b7c655
Fix test_focus_general.xhtml locally. r=morgan
Comment 8•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
Comment 9•2 years ago
|
||
bugherder |
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(emilio)
You need to log in
before you can comment on or make changes to this bug.
Description
•