Closed
Bug 940052
Opened 11 years ago
Closed 11 years ago
Customize tab gets truncated
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
FIXED
Firefox 29
People
(Reporter: ianbicking, Assigned: jaws)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Australis:P3][good first verify])
Attachments
(2 files)
64.42 KB,
image/png
|
Details | |
1.28 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
This is in Australis:
When I have an overflowing number of tabs, and I go into Customize and Control, and I select Customize, a new tab is opened. This tab is truncated in the tab bar (as shown in the attached screenshot).
Comment 1•11 years ago
|
||
Jared, should this not have been fixed by your work on the tabstrip, or do we need something else, like an ensureVisible(tab) after entering customize mode? In which case, maybe more up Mike's alley?
Blocks: australis-tabs, australis-merge
Component: General → Tabbed Browser
Flags: needinfo?(jaws)
Whiteboard: [Australis:P?]
Assignee | ||
Comment 2•11 years ago
|
||
ensureVisible is called when the tab is switched to. However after the tab is created, we then do the transitions to increase the window padding as customization mode is being entered. When I reproduce this, I can see the full tab when it is switched to, and then the tab container gets narrower as the window paddings are increased.
As a band-aid fix, we could call ensureVisible(tab) again after customization mode has been entered.
Flags: needinfo?(jaws)
Assignee | ||
Updated•11 years ago
|
Whiteboard: [Australis:P?] → [Australis:P3]
Comment 4•11 years ago
|
||
Hmm. This doesn't seem to reproduce for me. I always get a full tab.
Comment 5•11 years ago
|
||
I was able to reproduce this on my Windows 7 box with Nightly.
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Comment on attachment 8350462 [details] [diff] [review]
Patch
Review of attachment 8350462 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good to me. Thanks jaws!
Attachment #8350462 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 8•11 years ago
|
||
OS: Mac OS X → All
Hardware: x86 → All
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Updated•11 years ago
|
Whiteboard: [Australis:P3] → [Australis:P3][good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•