Closed
Bug 1967813
Opened 11 months ago
Closed 11 months ago
Assertion hit when querying popup menu's state
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
141 Branch
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file, 1 obsolete file)
If you open a context menu and then query the state of the menu you hit this assertion: "XULMenupopup doesn't have INVISIBLE when it's inactive"
Looks like the element hierarchy has changed a bit since this was first introduced. We also don't ever query for the menu's state in our tests so this was never tripped.
| Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → eitan
Status: NEW → ASSIGNED
Updated•11 months ago
|
Severity: -- → S4
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8b8845950a35
Check menu's frame IsOpen to determine if menu is active. r=morgan
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae9af3d98823
Check menu's frame IsOpen to determine if menu is active. r=morgan
Comment 5•11 months ago
|
||
Backed out for causing junit failures.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | runjunit.py | Some tests did not run (probably due to a crash in the harness)
Please also check these Android Components Ui tests failures. Failure log.
Flags: needinfo?(eitan)
Comment 6•11 months ago
|
||
| bugherder | ||
Updated•11 months ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
Updated•11 months ago
|
Attachment #9489731 -
Flags: approval-mozilla-beta?
| Assignee | ||
Updated•11 months ago
|
Flags: needinfo?(eitan)
Attachment #9489731 -
Flags: approval-mozilla-beta?
Updated•11 months ago
|
Attachment #9489731 -
Flags: approval-mozilla-beta?
Updated•11 months ago
|
Attachment #9489731 -
Attachment is obsolete: true
Attachment #9489731 -
Flags: approval-mozilla-beta?
| Assignee | ||
Comment 7•11 months ago
|
||
Updated•11 months ago
|
Attachment #9491792 -
Attachment description: Bug 1967813 - Check menu's frame IsOpen to determine if menu is active. r?me → Bug 1967813 - Check menu's frame IsOpen to determine if menu is active. r=morgan
Pushed by eisaacson@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f1f8ac785d91
https://hg.mozilla.org/integration/autoland/rev/e3d65f2e61e5
Check menu's frame IsOpen to determine if menu is active. r=ayeddi
Comment 9•11 months ago
|
||
Comment 10•11 months ago
|
||
| bugherder | ||
Comment 11•11 months ago
|
||
This was backed out
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: 140 Branch → ---
Comment 12•11 months ago
|
||
Pushed by eisaacson@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e0180ff1ef1a
https://hg.mozilla.org/integration/autoland/rev/dfa9294b1d30
Check menu's frame IsOpen to determine if menu is active. r=ayeddi
Comment 13•11 months ago
|
||
Reverted this because it was causing mochitests failures in browser_simplePatterns.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | accessible/tests/browser/windows/uia/browser_simplePatterns.js | Uncaught exception in test bound uiaTask - at chrome://mochitests/content/browser/accessible/tests/browser/shared-head.js:1084 - Error: Traceback (most recent call last):
Flags: needinfo?(eitan)
Comment 14•11 months ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 11 months ago → 11 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Comment 15•11 months ago
|
||
Pushed by eisaacson@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e271c2c70c51
https://hg.mozilla.org/integration/autoland/rev/a04a72ce60d2
Check menu's frame IsOpen to determine if menu is active. r=ayeddi
Updated•11 months ago
|
Comment 16•11 months ago
|
||
| bugherder | ||
| Assignee | ||
Updated•11 months ago
|
Flags: needinfo?(eitan)
Updated•11 months ago
|
Summary: Assertion hit when uerying popup menu's state → Assertion hit when querying popup menu's state
You need to log in
before you can comment on or make changes to this bug.
Description
•