Closed
Bug 606901
Opened 14 years ago
Closed 14 years ago
Tab close button doesn't show after moving some tabs to other group
Categories
(Firefox Graveyard :: Panorama, defect, P3)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 4.0b8
People
(Reporter: tabutils+bugzilla, Assigned: raymondlee)
References
Details
Attachments
(1 file, 2 obsolete files)
6.52 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101024 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101024 Firefox/4.0b8pre
After moving some tabs to another group, tab close buttons doesn't appear on the background tabs even when they're wider than tabClipWidth.
Reproducible: Always
Steps to Reproduce:
1. Open 10 tabs or so, and tab close buttons on background tabs disappear.
2. Move tabs to another group one by one.
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → raymond
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #486668 -
Flags: feedback?(ian)
Assignee | ||
Updated•14 years ago
|
OS: Windows XP → All
Hardware: x86 → All
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
Comment on attachment 486668 [details] [diff] [review]
v1
Looks good to me.
Attachment #486668 -
Flags: review?(dao)
Attachment #486668 -
Flags: feedback?(ian)
Attachment #486668 -
Flags: feedback+
Comment 3•14 years ago
|
||
Comment on attachment 486668 [details] [diff] [review]
v1
It seems to me that this should be done as part of hideTab and showTab.
Attachment #486668 -
Flags: review?(dao) → review-
Assignee | ||
Comment 4•14 years ago
|
||
Based on dao's comment, put adjustTabstrip() in showTab() and hideTab()
Attachment #486668 -
Attachment is obsolete: true
Attachment #486830 -
Flags: feedback?(ian)
(In reply to comment #4)
> Based on dao's comment, put adjustTabstrip() in showTab() and hideTab()
Doesn't this add too many unnecessary adjustTabstrip calls? We don't have an UI command to trigger showTab/hideTab directly.
I filed another bug 608184, which is also related to moveTabToGroup.
Comment 8•14 years ago
|
||
(In reply to comment #5)
> We don't have an UI command to trigger showTab/hideTab directly.
Doesn't matter -- It's part of the tabbrowser API.
Assignee | ||
Comment 9•14 years ago
|
||
Comment on attachment 486830 [details] [diff] [review]
v1
Passed try!
Comment 10•14 years ago
|
||
Comment on attachment 486830 [details] [diff] [review]
v1
Looks good
Attachment #486830 -
Flags: review?(dao)
Attachment #486830 -
Flags: feedback?(ian)
Attachment #486830 -
Flags: feedback+
Comment 11•14 years ago
|
||
Comment on attachment 486830 [details] [diff] [review]
v1
>+ // a setTimeout() in addTab is used to trigger adjustTabstrip() so we need a delay here as well.
>+ executeSoon(function() {
>+ is(gBrowser.tabContainer.getAttribute("closebuttons"), "activetab", "Only show button on selected tab.");
I wouldn't be surprised if this fails intermittently...
Attachment #486830 -
Flags: review?(dao) → review+
Updated•14 years ago
|
Attachment #486830 -
Flags: approval2.0?
Updated•14 years ago
|
Priority: -- → P3
Updated•14 years ago
|
Target Milestone: --- → Firefox 4.0b8
Assignee | ||
Comment 12•14 years ago
|
||
Could someone give approval2.0 to this please?
Comment 13•14 years ago
|
||
Comment on attachment 486830 [details] [diff] [review]
v1
a=beltzner
Attachment #486830 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 14•14 years ago
|
||
Attachment #486830 -
Attachment is obsolete: true
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 15•14 years ago
|
||
Passed Try
Comment 16•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Keywords: checkin-needed
Resolution: --- → FIXED
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
•