Open Bug 1316681 Opened 9 years ago Updated 3 years ago

Add the ability to mark top level windows as always-on-top

Categories

(Core :: XUL, enhancement, P3)

enhancement

Tracking

()

Tracking Status
firefox52 --- wontfix
firefox56 --- wontfix
firefox57 --- wontfix
firefox58 --- fix-optional

People

(Reporter: mstange, Unassigned)

Details

The min-vid extension wants to place a chromeless top-level window on the screen which stays on top. There is currently no way to do this for top-level windows, we only support it for XUL panels (with level="floating"). Neil, what should be the API for this? An attribute on the root element? E.g. alwaysontop="true"
Flags: needinfo?(enndeakin)
(In reply to Markus Stange [:mstange] from comment #0) > There is currently no way to do this for top-level windows, we only support it for XUL panels (with level="floating"). level="top" makes it always on top, not level="floating". Did the 'popup' flag to window.open not work? If not, maybe we could make it work. Having an attribute on the window might imply that one could change the state at any time.
Flags: needinfo?(enndeakin)
Mass wontfix for bugs affecting firefox 52.
Severity: normal → enhancement
Priority: -- → P3
Component: XP Toolkit/Widgets: XUL → XUL
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.