Open
Bug 280418
Opened 20 years ago
Updated 2 years ago
ctrl+shift F4 should close other tabs
Categories
(Firefox :: Tabbed Browser, enhancement, P5)
Tracking
()
NEW
People
(Reporter: richwklein, Unassigned)
References
Details
(Keywords: blocked-ux, Whiteboard: fidefe-quality-foundation)
Attachments
(6 obsolete files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050106 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20050106 Firefox/1.0+ Ctrl+F4 closes the current tab. Ctrl+Shift+F4 should close all other tabs. This will match keybinding in eclipse. Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
This patch Adds ctrl+shift+f4 key handler to tabbrowser.xml. Requesting review as well.
Attachment #173404 -
Flags: review?(firefox)
Comment 2•20 years ago
|
||
confirming
Assignee: firefox → aaronleventhal
Status: UNCONFIRMED → NEW
Component: General → Keyboard Navigation
Ever confirmed: true
QA Contact: general → jruderman
Version: unspecified → Trunk
| Reporter | ||
Comment 3•20 years ago
|
||
Comment on attachment 173404 [details] [diff] [review] version 1.0 This patch has bitrotted. I'll attach a new one.
Attachment #173404 -
Attachment is obsolete: true
| Reporter | ||
Comment 4•20 years ago
|
||
| Reporter | ||
Comment 5•20 years ago
|
||
any suggestion on who would be best to review this?
Updated•20 years ago
|
Attachment #173404 -
Flags: review?(firefox)
Comment 6•20 years ago
|
||
Don't know, but most of reviews I've seen in Firefox were done by mconnor. btw, perhaps it would make sense to use nested if's here?
| Reporter | ||
Comment 7•20 years ago
|
||
Okay this patch uses a nested if instead.
Attachment #180293 -
Flags: review?(mconnor)
| Reporter | ||
Comment 8•20 years ago
|
||
Comment on attachment 180289 [details] [diff] [review] Updated Patch obsolete the previous patch
Attachment #180289 -
Attachment is obsolete: true
Comment 9•19 years ago
|
||
Comment on attachment 180293 [details] [diff] [review] Nest if this should be safe for branch, and easily testable
Attachment #180293 -
Flags: review?(mconnor) → review+
| Reporter | ||
Comment 10•19 years ago
|
||
I don't have CVS access. Mike, could you check this in?
| Reporter | ||
Comment 11•19 years ago
|
||
Comment on attachment 180293 [details] [diff] [review] Nest if It looks like this path has bitrotted.
Attachment #180293 -
Attachment is obsolete: true
Attachment #180293 -
Flags: review+
| Reporter | ||
Comment 12•19 years ago
|
||
Mike this is an unbitrotted version of last patch. Could you review it again?
Attachment #197849 -
Flags: review?(mconnor)
| Reporter | ||
Comment 13•18 years ago
|
||
Comment on attachment 197849 [details] [diff] [review] Unbitrotted pach Patch has bitrotted again
Attachment #197849 -
Attachment is obsolete: true
Attachment #197849 -
Flags: review?(mconnor)
| Reporter | ||
Comment 14•18 years ago
|
||
Requesting review from mano since he touched the file last.
Attachment #243833 -
Flags: review?
| Reporter | ||
Updated•18 years ago
|
Attachment #243833 -
Flags: review? → review?(asaf)
| Reporter | ||
Comment 15•18 years ago
|
||
Comment on attachment 243833 [details] [diff] [review] New unbitrotted path sorry that one has an extra ) in it
Attachment #243833 -
Attachment is obsolete: true
Attachment #243833 -
Flags: review?(asaf)
| Reporter | ||
Comment 16•18 years ago
|
||
Sorry for all the bug spam. This should be the correct patch.
Attachment #243834 -
Flags: review?
| Reporter | ||
Updated•18 years ago
|
Attachment #243834 -
Flags: review? → review?(mano)
Comment 17•18 years ago
|
||
Ctrl+W also closes the current tab, and is easier to type. How about ctrl+shift+w as well?
Comment 18•18 years ago
|
||
Comment on attachment 243834 [details] [diff] [review] correct unbitrotted patch aaron: ctrl+shit+w is used for close-window. Needs ui-r from beltzner/mconnor. FWIW, I'm not sure I like this. This is not a standard keyboard shortcut, nor there's a place in which it could be exposed (other than help).
Updated•18 years ago
|
Attachment #243834 -
Flags: review?(mano)
| Reporter | ||
Comment 19•18 years ago
|
||
Comment on attachment 243834 [details] [diff] [review] correct unbitrotted patch Mike can you review this again? It did not get checked in before the patch bitrotted. Alaf is asking for a UI review before it gets checked in.
Attachment #243834 -
Flags: review?(mconnor)
Comment 20•18 years ago
|
||
Alaf? woot!
| Reporter | ||
Comment 21•18 years ago
|
||
Asaf :)
Updated•18 years ago
|
QA Contact: jruderman → keyboard.navigation
| Reporter | ||
Comment 22•17 years ago
|
||
Comment on attachment 243834 [details] [diff] [review] correct unbitrotted patch Removed the review request on an old patch.
Attachment #243834 -
Attachment is obsolete: true
Attachment #243834 -
Flags: review?(mconnor)
Comment 23•15 years ago
|
||
Mass un-assigning bugs assigned to Aaron.
Assignee: aaronleventhal → nobody
Comment 24•14 years ago
|
||
(In reply to comment #17) > Ctrl+W also closes the current tab, and is easier to type. > > How about ctrl+shift+w as well? I think ctrl+shift+f4 should close other firefox windows if this worth at all (likely not), but the current bug should use ctrl+shift+w to close other tabs, because ctrl+f4 closes window and not tab, and ctrl+w closes current tab.
Updated•4 years ago
|
Severity: normal → S3
Component: Keyboard Navigation → Tabbed Browser
Keywords: blocked-ux
OS: Windows XP → All
Priority: -- → P5
Hardware: x86 → Desktop
Updated•2 years ago
|
Whiteboard: fidefe-quality-foundation
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•