Closed
Bug 898757
Opened 11 years ago
Closed 4 years ago
HTML5 fullscreen API and Google Earth plugin
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: julien.garcia66, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36
Steps to reproduce:
Just used javascript to request a fullscreen view of the div containing Google Earth plugin.
The most common case is to load the plugin into map3d and then to request a fullscreen :
var element = document.getElementById("map3d");
element.mozRequestFullScreen();
Actual results:
The request works fine and the map is displayed fullscreen but at the first interaction with it the fullscreen mode vanish.
There is a live exemple here : http://geolocalisation.ffvl.fr/user/1/tracking_3d
Press the black button in the middle of the screen to request fullscreen
I believe this is somehow related to an old thread :
https://support.mozilla.org/fr/questions/927294
https://bugzilla.mozilla.org/show_bug.cgi?id=724554
https://bugzilla.mozilla.org/show_bug.cgi?id=565579
This is sad.
Expected results:
Interaction with the map shouldn't exit the fullscreen mode.
Comment 1•11 years ago
|
||
Reproducible on:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 (20130806104538)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•4 years ago
|
||
We're in the process of removing support for plugins (bug 1677160), so I think this bug is irrelevant now.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•