Closed
Bug 586546
Opened 14 years ago
Closed 9 years ago
Use real computed values instead of made up ones in GroupItem.getContentBounds
Categories
(Firefox Graveyard :: Panorama, defect, P4)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: mitcho, Unassigned)
Details
Right now we use constants to compute the available "content bounds" of group items. Let's actually compute this based on the computed styles of the group item.
groupitems.js:
> box.inset(6, 6);
> box.height -= 33; // For new tab button
Comment 1•14 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•14 years ago
|
QA Contact: tabcandy → tabcandy
Reporter | ||
Updated•14 years ago
|
Keywords: helpwanted
Whiteboard: [good first bug]
Reporter | ||
Updated•14 years ago
|
Priority: -- → P3
Comment 2•14 years ago
|
||
Adding to b9 for themeability.
Comment 3•14 years ago
|
||
(In reply to comment #2)
> Adding to b9 for themeability.
I'm fine with this if it's easy and doesn't have unintended consequences (see bug 597931). Otherwise I recommend we attack theme-ability after ff4.0.
Comment 7•11 years ago
|
||
mitcho, is this bug still relevant? Will it still make a good first bug? I notice that it hasn't been changed in a couple of years. Thanks!
Flags: needinfo?(mitcho)
Reporter | ||
Comment 8•11 years ago
|
||
(In reply to Liz Henry :lizzard from comment #7)
> mitcho, is this bug still relevant? Will it still make a good first bug? I
> notice that it hasn't been changed in a couple of years. Thanks!
Unfortunately Panorama (Tab Groups) is slated for removal from Firefox in the near future (bug #836758), so I don't think that this is a particularly relevant or worthwhile bug to pursue at this time. Furthermore, as no reviewers are actively engaged with Panorama, reviewing a patch to accept it may also take time. Sorry about that. :(
Flags: needinfo?(mitcho)
Updated•11 years ago
|
Whiteboard: [good first bug]
Updated•11 years ago
|
Keywords: helpwanted
Comment 9•9 years ago
|
||
Panorama has been removed from Firefox 45, currently in Beta and scheduled for release on March 7th. As such, I'm closing all existing Panorama bugs.
If you are still using Panorama, you will see a deprecation message in Firefox 44, and when 45 is released your tab group data will be migrated to bookmarks, with a folder for each group. There are also a few addons offering similar functionality.
See https://support.mozilla.org/en-US/kb/tab-groups-removal for more info.
We're removing Panorama because it has extremely low usage (about 0.01% of users), and has a large number of bugs and usability issues. The cost of fixing all those issues is far too high to justify, and so we'll instead be focusing our time and energy on improving other parts of Firefox.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
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
•