Closed
Bug 558461
Opened 15 years ago
Closed 15 years ago
Firefox asks a confirmation message when trying to close just one tab: "You are about to close 1 tab. Are you sure you want to continue?"
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
FIXED
Firefox 3.7a5
People
(Reporter: chamathmc, Assigned: dao)
Details
(Keywords: ue)
Attachments
(1 file)
5.03 KB,
patch
|
Gavin
:
review+
faaborg
:
ui-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Usually when the user tries to close a series of tabs, user is warned as "You are about to close x tabs. Are you sure you want to continue?"
Bottom of the message you can see "Warn me when I attempt to close multiple tabs".
This message is supposed to be only when closing multiple tabs. But there is a minor bug where it gives a warning when you try to close 1 tab.
Reproducible: Always
Steps to Reproduce:
1.Open firefox browser and keep 2 tabs open.
2. Right click on one tab and click "Close other tabs".
Actual Results:
User gets a message saying "You are about to close 1 tab. Are you sure you want to continue?" On the bottom of the message still you can see "Warn me when I attempt to close multiple tabs" check box already checked.
Expected Results:
Got a message saying "You are about to close 1 tab. Are you sure you want to continue?" On the bottom of the message still you can see "Warn me when I attempt to close multiple tabs" check box already checked.
Either:
The message stating "You are about to close 1 tab" should not be displayed,
OR
There should not be a checkbox at the bottom of the message saying "Warn me when I try to close multiple tabs" since it does not match with the user's action of closing one tab.
Reporter | ||
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Comment 1•15 years ago
|
||
Confirmed with Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.4pre) Gecko/20100410 Namoroka/3.6.4pre
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → dao
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #438342 -
Flags: ui-review?(faaborg)
Attachment #438342 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•15 years ago
|
Comment 3•15 years ago
|
||
Comment on attachment 438342 [details] [diff] [review]
don't warn when closing one tab
Can you replace the two first uses of "reallyClose" with "true" while you're at it? Makes things clearer IMO.
Attachment #438342 -
Flags: review?(gavin.sharp) → review+
Updated•15 years ago
|
Attachment #438342 -
Flags: ui-review?(faaborg) → ui-review+
Assignee | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Can you replace the two first uses of "reallyClose" with "true" while you're at
> it? Makes things clearer IMO.
done.
http://hg.mozilla.org/mozilla-central/rev/b9e9ae011ce4
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a5
You need to log in
before you can comment on or make changes to this bug.
Description
•