Closed
Bug 587029
Opened 14 years ago
Closed 14 years ago
Tab Candy : closing last tab of a group leads to an isolated tab
Categories
(Firefox Graveyard :: Panorama, defect, P1)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 586693
Firefox 4.0b4
People
(Reporter: bugzilla, Assigned: raymondlee)
References
Details
(Whiteboard: [Aug-13-testday])
Attachments
(2 obsolete files)
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b4pre) Gecko/20100812 Minefield/4.0b4pre
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b4pre) Gecko/20100812 Minefield/4.0b4pre
a bit similar to bug 577650 - Better handle closing the last visible tab
+ Create two groups; one with a single tab and another with several
tabs. Go into the single tab and then close the tab. You return to the
TabCandy interface as you should, but you see one of the other tabs
zooming out. There should be no zoom out in this case.
Reproducible: Always
Steps to Reproduce:
1. create 2 groups, one with several tabs, one with a single tab
2. go into the single tab, and close the tab
Actual Results:
The single tab is closed, and a tab from the group is shown. But there is only one visible tab.
Expected Results:
Switch to the other group, with the other tabs from the group visible.
Going in TabView restores the normal situation.
Reporter | ||
Updated•14 years ago
|
Whiteboard: [Aug-13-testday][b4]
Version: unspecified → Trunk
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•14 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•14 years ago
|
||
V1
Removed some code which is no longer needed and causes problem. All tests pass without the removed code. The default behaviour is to return to Tab candy interface when the last visible is closed.
Attachment #465804 -
Flags: review?(dolske)
Updated•14 years ago
|
Component: Tabbed Browser → TabCandy
QA Contact: tabbed.browser → tabcandy
Updated•14 years ago
|
Priority: P3 → P1
Updated•14 years ago
|
Attachment #465804 -
Flags: review?(dolske)
Attachment #465804 -
Flags: review+
Attachment #465804 -
Flags: approval2.0+
Comment 2•14 years ago
|
||
Assignee: nobody → raymond
OS: Windows XP → All
Hardware: x86 → All
Whiteboard: [Aug-13-testday][b4] → [Aug-13-testday]
Target Milestone: --- → Firefox 4.0b4
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•14 years ago
|
||
This seemed to be causing this failure:
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_windowtitle.js | The window title for about:blank is correct (outside private browsing mode) - Got Minefield, expected Minefield Tab Sets
Somehow the tabcandy title is being tracked as the expected title, but it gets correctly reset when switching out of private browsing and fails.
Assignee | ||
Comment 5•14 years ago
|
||
Since TabClose event is fired when a tab is closing, we are uncertain that when the tab is actually removed. The 1ms delay wasn't enough so it's increased to 5ms for checking number of tabs in the same group. Ideally, a TabClosed event should be introduced so we know exactly when a tab is closed.
Attachment #466028 -
Flags: review?(dolske)
Assignee | ||
Updated•14 years ago
|
Attachment #465804 -
Attachment is obsolete: true
Comment 6•14 years ago
|
||
Raymond, this is probably related to the tabbrowser changes where when you close the last visible tab, it's going to try to select a nearby tab and make it visible, so that there's always a tab in the tabstrip when possible.
Comment 7•14 years ago
|
||
So knowing that, perhaps tabbrowser should expose a way to turn off the behavior of selecting a hidden tab if there are no visible tabs to select.
Dao, is there a good way to tell if the TabSelect from unhiding-after-last-visible-closed vs a plain tab switch?
Comment 8•14 years ago
|
||
Oh, sorry nevermind. The ui.js is detecting that the last visible tab is being closed -- TabClose and gBrowser.visibleTabs.length == 1.
Updated•14 years ago
|
blocking2.0: --- → beta4+
Updated•14 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Attachment #466028 -
Flags: review?(dolske)
Comment 11•14 years ago
|
||
Comment on attachment 466028 [details] [diff] [review]
v2
Don't need this patch since 586693 takes care of it.
Attachment #466028 -
Attachment is obsolete: true
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•