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)
Core
XUL
Tracking
()
NEW
| 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)
Comment 1•9 years ago
|
||
(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)
Comment 2•9 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Updated•8 years ago
|
Severity: normal → enhancement
status-firefox56:
--- → wontfix
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Priority: -- → P3
Comment 3•8 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•