Closed
Bug 283987
Opened 20 years ago
Closed 20 years ago
No warning when closing multiple tabs in full screen (close button)
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: guiverunit, Assigned: Mook)
References
Details
Attachments
(2 files)
3.93 KB,
image/png
|
Details | |
845 bytes,
patch
|
mconnor
:
review+
asa
:
approval-aviary1.1a1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050227 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050227 Firefox/1.0+
the confirm close warning doesn't appear when you push the close button, it
works with alt+f4
Reproducible: Always
Steps to Reproduce:
1.open 2 or more tabs
2.go into full screen
3.push close button
Actual Results:
closes without confirm close warning
Expected Results:
shown confirm close warning
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050227
Firefox/1.0+
I'm not seeing a "close window button" in fullscreen mode (no titlebar)
Alt-F4 and ctrl+shift+W are the only ways I can close it and they both cause the
close dialog to show.
Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1)
> I'm not seeing a "close window button" in fullscreen mode (no titlebar)
top right, the x
Comment 3•20 years ago
|
||
That's just to close 1 tab at the time
Reporter | ||
Comment 4•20 years ago
|
||
this might make it clearer
Reporter | ||
Comment 5•20 years ago
|
||
The close button (id="close-button") uses "window.close();".
If I change it to "goQuitApplication();" it shows the confirm close dialog
Reporter | ||
Comment 6•20 years ago
|
||
Actually "BrowserTryToCloseWindow()" is better
Comment 7•20 years ago
|
||
Confirming with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2)
Gecko/20050228 Firefox/1.0+
Pressing the close button in fullscreen shuts down Firefox without any dialog.
Status: UNCONFIRMED → NEW
Ever confirmed: true
This does seem to fix this (using the same method File -> Close Window uses).
Patch as described by Kieran Britton in comment #5 and comment #6, but in CVS
diff form so it can be reviewed.
(I don't think any of us have CVS privs; mconnor, if this gets r+, please check
in for us; thanks. Assuming no sr for browser.)
Attachment #178849 -
Flags: review?(mconnor)
Comment 9•20 years ago
|
||
*** Bug 288772 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Summary: no warning when closing multiple tabs in full screen → No warning when closing multiple tabs in full screen (close button)
Updated•20 years ago
|
Attachment #178849 -
Flags: review?(mconnor) → review+
Updated•20 years ago
|
Attachment #178849 -
Flags: approval-aviary1.1a1?
Comment 10•20 years ago
|
||
Comment on attachment 178849 [details] [diff] [review]
Patch as described by Kieran Britton in comment #5 #6
a=asa
Attachment #178849 -
Flags: approval-aviary1.1a1? → approval-aviary1.1a1+
Updated•20 years ago
|
Assignee: bugs → mook.moz
Comment 11•20 years ago
|
||
Checking in browser.xul;
/cvsroot/mozilla/browser/base/content/browser.xul,v <-- browser.xul
new revision: 1.261; previous revision: 1.260
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Firefox1.1
Comment 12•20 years ago
|
||
*** Bug 294797 has been marked as a duplicate of this bug. ***
Comment 13•20 years ago
|
||
*** Bug 296472 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 14•20 years ago
|
||
*** Bug 296548 has been marked as a duplicate of this bug. ***
Comment 15•20 years ago
|
||
(In reply to comment #14)
> *** Bug 296548 has been marked as a duplicate of this bug. ***
This bug has not been resolved as of Firefox 1.0.4. Is there a timeline as to
when this will be implemented?
Comment 16•20 years ago
|
||
(In reply to comment #15)
> This bug has not been resolved as of Firefox 1.0.4. Is there a timeline as to
> when this will be implemented?
This was fixed after 1.0.4, it will be working as expected in Firefox 1.1
Comment 17•20 years ago
|
||
*** Bug 297659 has been marked as a duplicate of this bug. ***
Comment 18•20 years ago
|
||
*** Bug 258091 has been marked as a duplicate of this bug. ***
Comment 19•20 years ago
|
||
*** Bug 303667 has been marked as a duplicate of this bug. ***
Comment 20•19 years ago
|
||
*** Bug 304618 has been marked as a duplicate of this bug. ***
Comment 21•19 years ago
|
||
*** Bug 306357 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•