Closed Bug 873404 Opened 11 years ago Closed 9 years ago

Link with download attribute toggles fullscreen mode

Categories

(Firefox :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: stefankienzle.de, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.81 Safari/537.36

Steps to reproduce:

1. Request fullscreen mode (html5 fullscreen api) from your webapp
2. Click link with download attribute
3. Download window pops up
4. Click download or cancle

Example:
http://jsfiddle.net/khk7K/show/


Actual results:

After download the file or cancle the action the browser shows the message "xyz.com is now fullscreen" again.
Also you can see for a short time the titlebar of firefox.


Expected results:

The browser shouldn't show the message again.
Component: Untriaged → Downloads Panel
I think This is intentionally behavior. (See Bug 724554)

//If a fullscreen window loses focus, we show a warning when the fullscreen window is refocused.
Blocks: 724554
Component: Downloads Panel → General
Firefox 22 fixed the issue for me (tested with the jsFidddle provided).
This bug still exists  - tested in Firefox 22 and Firefox Nightly 25.0a1 (2013-07-22).
Reproducible on:
Mozilla/5.0 (X11; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 7 → All
Hardware: x86_64 → All
Switching focus triggers the fullscreen message, which is the intended behavior for security consideration.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.