Closed
Bug 567030
Opened 15 years ago
Closed 14 years ago
Orphan tab item bounds (used for pushAway and trenches) don't take title into account, resulting in title being covered up by other Items
Categories
(Firefox Graveyard :: Panorama, defect, P3)
Firefox Graveyard
Panorama
Tracking
(blocking2.0 -)
RESOLVED
FIXED
Future
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: tchung, Unassigned)
References
Details
(Whiteboard: [visual][polish][good first bug])
Attachments
(2 files)
If you put the focus on the tab container (is that what you call it?), over the individual tab, it will cover up the page Title. However, if you focus the individual tab over the tab container, then the title shows up transparent.
See screenshots
Repro:
1) install tab candy alpha
2) focus the tab container over the tab. Verify it covers the title
3) now focus the tab over the tab container. Verify the title appears underneath
Expected:
- Tab title should always appear and never covered.
Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
I think the layering is fine, but the tab shouldn't be allowed to overlap its title over the group in the first place.
Updated•15 years ago
|
Assignee: nobody → ian
Comment 3•15 years ago
|
||
Mass moving all Tab Candy bugs from Mozilla Labs to Firefox::Tab Candy. Filter the bugmail spam with "tabcandymassmove".
Product: Mozilla Labs → Firefox
Target Milestone: -- → ---
Version: unspecified → Trunk
Updated•15 years ago
|
QA Contact: tabcandy → tabcandy
Comment 4•15 years ago
|
||
Note that this is a different, though related, issue to bug 567029.
Requesting blocking final+.
blocking2.0: --- → ?
OS: Mac OS X → All
Hardware: x86 → All
Summary: Tab container focus will cover up website Title → Orphan tab item bounds (used for pushAway and trenches) don't take title into account, resulting in title being covered up by other Items
Comment 5•15 years ago
|
||
Not going to hold the release for this. Would definitely take a safe patch though.
blocking2.0: ? → -
Updated•15 years ago
|
Priority: -- → P4
Updated•15 years ago
|
Target Milestone: --- → Firefox 4.0
Comment 6•15 years ago
|
||
Sean, hopefully your fix for bug 567029 will fix this as well.
Assignee: ian → seanedunn
From Ian's note on 567029: The root of the problem here is that a TabItem's bounds doesn't include its
title; this should be fixed. Note that doing so will make
TabItem.getBoundsWithTitle() obsolete.
Comment 8•15 years ago
|
||
Adding this to beta9 as it is primarily visual.
Blocks: 598154
Priority: P4 → P3
Comment 11•15 years ago
|
||
Sean, I'm going to mark this as punted, but if you get to this in beta 11, that would be great!
Comment 12•15 years ago
|
||
This should be taken care of with 567029, since the tab's bounds include the title with that bug.
Comment 13•15 years ago
|
||
bug 567029 has landed; someone should verify that this has been fixed by it as well.
Comment 15•14 years ago
|
||
Tested on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0) Gecko/20100101 Firefox/4.0
This bug is no longer reproducible and it's fixed by the patch for bug 567029
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
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
•