Closed
Bug 307045
Opened 19 years ago
Closed 17 years ago
Popup not showing up anymore with template-generated popup
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9beta4
People
(Reporter: martijn.martijn, Assigned: jag+mozilla)
References
()
Details
(Keywords: regression)
The above url should show up a popup when clicking on the button.
This is a regression from the xul.css patch from bug 295711. Removing the
menu:empty {
visibility:collapse;
}
rule fixes the bug for me.
Reporter | ||
Updated•19 years ago
|
Summary: Popup not showing up anymore wit template generated popup → Popup not showing up anymore with template generated popup
Updated•19 years ago
|
Summary: Popup not showing up anymore with template generated popup → Popup not showing up anymore with template-generated popup
Reporter | ||
Comment 1•19 years ago
|
||
This is a regression from the menu:empty { visibility:collapse;} patch, since
the :empty rule is not dynamic.
Comment 2•19 years ago
|
||
I've posted several variations on making this work; the simplest workaround is
to generate the <menupopup> in the same rule as the <menu>, and use the template
to generate the <menuitems> separately.
Could you test that this was fixed by the patch to bug 98997?
Target Milestone: --- → mozilla1.9beta4
Comment 4•17 years ago
|
||
This should have been fixed by either bug 98997 and bug 405719. It works now though.
You need to log in
before you can comment on or make changes to this bug.
Description
•