Closed
Bug 1308233
Opened 8 years ago
Closed 8 years ago
Assertion failure: popupAnchor == 2, at /builds/moz2/working/layout/xul/nsMenuPopupFrame.cpp
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla52
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(1 file, 1 obsolete file)
2.30 KB,
patch
|
mstange
:
review+
gchang
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Steps:
1. Use a debug nightly RTL build (or set the RTL preference)
2. Open any dropdown in preference
Get the assertion and the popup doesn't open.
Regression from 52106.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → enndeakin
Attachment #8798461 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8798462 [details] [diff] [review]
Fix assertion for rtl
This fixes a assertion in rtl caused by the menulist opening with its selected item in position change.
Attachment #8798462 -
Flags: review?(mstange)
Updated•8 years ago
|
Attachment #8798462 -
Flags: review?(mstange) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/46f84dd5c793ca20efa23c7bd727050004ab1f7d
Bug 1308233, fix assertion opening menulists in rtl, r=mstange
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Assignee | ||
Comment 5•8 years ago
|
||
Comment on attachment 8798462 [details] [diff] [review]
Fix assertion for rtl
Approval Request Comment
[Feature/regressing bug #]: 52106
[User impact if declined]: debug RTL users will assert/crash when a dropdown in chrome UI (preferences/bookmarks/etc) is opened
[Describe test coverage new/current, TreeHerder]: manual testing, fixes assert line
[Risks and why]: none
[String/UUID change made/needed]: none
Attachment #8798462 -
Flags: approval-mozilla-aurora?
Updated•8 years ago
|
status-firefox51:
--- → affected
Comment 6•8 years ago
|
||
Comment on attachment 8798462 [details] [diff] [review]
Fix assertion for rtl
Fix an assertion. Take it in 51 aurora.
Attachment #8798462 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•8 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Component: XP Toolkit/Widgets: Menus → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•