Open
Bug 2037468
Opened 3 months ago
Updated 3 months ago
XUL popup not showing when switching display mode of ancestor in popupshowing
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
People
(Reporter: mbeier, Unassigned)
References
Details
Attachments
(1 file)
|
835 bytes,
application/x-javascript
|
Details |
When changing display mode of a XUL popup or an ancestor inside a popupshowing listener, the popup doesn't show. Please refer to the attached mochitest for more details.
Comment 1•3 months ago
|
||
That is generally expected when rebuilding the layout tree of popups fwiw. The showing / etc state is kept in the layout tree.
Comment 2•3 months ago
|
||
Can you use something else other than poopupshowing? This seems pretty expected right now, and would be nontrivial to fix.
Severity: -- → S3
Flags: needinfo?(mbeier)
Priority: -- → P3
| Reporter | ||
Comment 3•3 months ago
|
||
Sure. You can close the bug if you think it's not worth fixing.
Flags: needinfo?(mbeier)
You need to log in
before you can comment on or make changes to this bug.
Description
•