Open
Bug 513876
Opened 14 years ago
Updated 4 months ago
No frame is created for popup element within anonymous content
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: asaf, Unassigned)
References
Details
a <popup> element within anonymous content (videocontrols, in my case) seems useless - no frame is created for it no matter how much you try to force it. This blocks
Comment 1•14 years ago
|
||
Only <menupopups> and <panels> inside menus, buttons and the like are displayed in html documents. A PopupSetFrame only get created for xul documents.
Comment 2•9 years ago
|
||
See also bug 513876 comment 38, where we disable this in standalone documents.
Comment 3•9 years ago
|
||
(In reply to Justin Dolske [:Dolske] from comment #2) > See also bug 513876 comment 38, where we disable this in standalone > documents. Presumably you meant a different bug number.
Comment 4•9 years ago
|
||
(In reply to Timothy Nikkel (:tn) from comment #3) > (In reply to Justin Dolske [:Dolske] from comment #2) > > See also bug 513876 comment 38, where we disable this in standalone > > documents. > > Presumably you meant a different bug number. https://bugzilla.mozilla.org/show_bug.cgi?id=704326#c38
Updated•4 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•