Closed
Bug 771533
Opened 13 years ago
Closed 13 years ago
Going fullscreen inside a mozbrowser should bubble an event to the container
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vingtetun, Assigned: cpearce)
References
Details
Attachments
(1 file)
294 bytes,
text/html
|
Details |
When a page inside a mozbrowser goes fullscreen it should bubble an event on the container in order to let the embedder react to the new state of the page and goes fullscreen itself.
Comment 1•13 years ago
|
||
This is particularly important because with an OOP iframe, when you go full-screen, it takes up the whole OOP space, which isn't necessarily the whole screen.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → cpearce
Comment 2•13 years ago
|
||
Chris, this is WONTFIX or INVALID or something, correct? The current full-screen implementation work as is, obviating the need for this bug?
Assignee | ||
Comment 3•13 years ago
|
||
Yup, we're not doing it this way.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•