Open
Bug 580564
Opened 12 years ago
Updated 11 years ago
Alt + Space bar, "Restore" wont restore when Firefox is in full screen mode.
Categories
(Core :: Widget: Win32, defect)
Tracking
()
REOPENED
People
(Reporter: BijuMailList, Unassigned)
References
Details
(Keywords: access, regression)
Attachments
(1 file)
4.45 KB,
patch
|
neil
:
review+
jimm
:
checkin-
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; Windows NT 6.0; en-US; rv:2.0b2pre) Gecko/20100714 Minefield/4.0b2pre When in full screen mode, pressing Alt + Space bar then selecting "Restore" wont make Firefox come out of full screen mode. Steps:- 1. Start Firefox 2. Go fullscreen mode 3. Press Alt + Space bar 4. Select "Restore" from the control box menu. Result:- Nothing happence Expected:- Firefox should end fullscreen mode
Comment 1•12 years ago
|
||
This seems to be new - it doesn't occur in Firefox 3.6.7
![]() |
||
Comment 2•12 years ago
|
||
See also Bug 580599.
![]() |
||
Updated•12 years ago
|
Component: Shell Integration → Widget: Win32
Product: Firefox → Core
QA Contact: shell.integration → win32
![]() |
||
Comment 4•11 years ago
|
||
Sorry Neil, two in a row. This one is pretty simple though. It's built and tested on top of the patch in bug 632748.
Assignee: nobody → jmathies
Attachment #535445 -
Flags: review?(neil)
Comment 5•11 years ago
|
||
Comment on attachment 535445 [details] [diff] [review] fix While I can see the point of the nsWindow changes, are the nsWebShellWindow changes relevant, and if so, how?
![]() |
||
Comment 6•11 years ago
|
||
(In reply to comment #5) > Comment on attachment 535445 [details] [diff] [review] [review] > fix > > While I can see the point of the nsWindow changes, are the nsWebShellWindow > changes relevant, and if so, how? We currently notify the global window from widget when we go into full screen, but we don't notify when we exit. Normally we exit via the DOM but in this case, widget is initiating the change, so we have let the DOM know. nsGlobalWindow fires a 'fullscreen' event in response to this: http://mxr.mozilla.org/mozilla-central/source/dom/base/nsGlobalWindow.cpp#4330
Comment 7•11 years ago
|
||
Comment on attachment 535445 [details] [diff] [review] fix Aha, makes sense now, thanks.
Attachment #535445 -
Flags: review?(neil) → review+
![]() |
||
Comment 8•11 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/dc1077c09540
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
![]() |
||
Comment 9•11 years ago
|
||
backed out due to regression bug 663586: http://hg.mozilla.org/mozilla-central/rev/854df0c7239e
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
||
Updated•11 years ago
|
Attachment #535445 -
Flags: checkin-
Updated•11 years ago
|
Keywords: regression
Comment 10•11 years ago
|
||
Was https://hg.mozilla.org/mozilla-central/rev/1b0294c7b952 enough to fix this?
Depends on: 512529
![]() |
||
Updated•11 years ago
|
Assignee: jmathies → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•