Closed
Bug 445369
Opened 16 years ago
Closed 16 years ago
Allow closing tabs in the Ctrl+Tab panel with Ctrl+W
Categories
(Firefox :: Keyboard Navigation, enhancement)
Firefox
Keyboard Navigation
Tracking
()
VERIFIED
FIXED
Firefox 3.1a2
People
(Reporter: dao, Assigned: dao)
References
()
Details
Attachments
(1 file, 3 obsolete files)
(deleted),
patch
|
Gavin
:
review+
beltzner
:
ui-review+
|
Details | Diff | Splinter Review |
From <http://en.design-noir.de/mozilla/ctrl-tab/?com#c:71>:
"Great job!
But I miss a feature. When ctrl+tabbing I would like to be able to close the tab by pressing ctrl+W.
Didn’t get it? This is what i would like:
Hold ctrl
Tap tab(to open your wonderful extension/choose tab)
Tap W(to close selected tab)
In my opinion it’s much easier than switching tab before you can close it."
Assignee | ||
Updated•16 years ago
|
Summary: Allow closing a tab in the Ctrl-Tab panel → Allow closing tabs in the Ctrl+Tab panel with Ctrl+W
Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → dao
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•16 years ago
|
||
Attachment #329710 -
Attachment is obsolete: true
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 329741 [details] [diff] [review]
better patch
This causes trouble with browser.ctrlTab.previewsCount > 3. Probably a good idea to drop that pref anyway.
Attachment #329741 -
Attachment is obsolete: true
Assignee | ||
Comment 4•16 years ago
|
||
Assignee | ||
Updated•16 years ago
|
Attachment #329799 -
Flags: ui-review?(beltzner)
Assignee | ||
Comment 5•16 years ago
|
||
This can be tested with the latest version of the extension.
Assignee | ||
Updated•16 years ago
|
Attachment #329799 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 6•16 years ago
|
||
Attachment #329799 -
Attachment is obsolete: true
Attachment #330358 -
Flags: ui-review?(beltzner)
Attachment #330358 -
Flags: review?(gavin.sharp)
Attachment #329799 -
Flags: ui-review?(beltzner)
Attachment #329799 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•16 years ago
|
Flags: wanted-firefox3.1?
Comment 7•16 years ago
|
||
As described in bug 445495 it would improve the user experience if you don't hard-code the number of shown previews to 3. Having a long list of tabs will make it really hard to find the right one. Further using 5 previews would be a good initial value.
Assignee | ||
Comment 8•16 years ago
|
||
See bug 445495 comment 6.
Comment 9•16 years ago
|
||
Comment on attachment 330358 [details] [diff] [review]
v3, updated and merged
Yeah, this makes sense.
We should probably also look at adding support for using the left and right arrows as a way of moving back and forth while the preview window is open; is there already a bug on that?
Attachment #330358 -
Flags: ui-review?(beltzner) → ui-review+
Assignee | ||
Comment 10•16 years ago
|
||
(In reply to comment #9)
> We should probably also look at adding support for using the left and right
> arrows as a way of moving back and forth while the preview window is open; is
> there already a bug on that?
No, I'll file one.
Keywords: uiwanted
Comment 11•16 years ago
|
||
Comment on attachment 330358 [details] [diff] [review]
v3, updated and merged
It would be nice if this code had a few more comments in general. Some of the "magic numbers" particularly are a bit opaque especially now that some of the code assumes a constant visibleCount==3.
Attachment #330358 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 12•16 years ago
|
||
I don't think any code that I touch here assumes visibleCount==3. (Otherwise, I'd like to fix that.) The magic numbers are due to the fact that this.selected is always the second-visible preview, even if you set browser.ctrlTab.previewsCount > 3 without this patch applied. I'll add some comments in this regard.
Assignee | ||
Comment 13•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.1a2
Comment 14•16 years ago
|
||
The fix regressed bug 450049 at least on OS X.
Assignee | ||
Comment 15•16 years ago
|
||
Flags: in-testsuite+
Comment 16•16 years ago
|
||
Verified with:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1a2pre) Gecko/20080812022114 Minefield/3.1a2pre ID:20080812022114
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/20080812045727 Minefield/3.1a2pre ID:20080812045727
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•