Closed Bug 586545 Opened 14 years ago Closed 14 years ago

Do a smarter job adjusting the Group Item title width

Categories

(Firefox Graveyard :: Panorama, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 589132

People

(Reporter: mitcho, Unassigned)

References

Details

Right now we use code (similar to that below) which assumes that the average width of characters in the group title are 6 pixels. Let's be smarter than that.

groupitems.js:
>     var w = Math.min(this.bounds.width - closeButton.width() - closeButton.css('right'),
>                      Math.max(150, this.getTitle().length * 6));
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
Blocks: 587116
QA Contact: tabcandy → tabcandy
Severity: normal → minor
Keywords: helpwanted
Whiteboard: [good first bug]
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Keywords: helpwanted
Whiteboard: [good first bug]
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.