Closed
Bug 609388
Opened 14 years ago
Closed 14 years ago
Reconcile group minWidth/Height
Categories
(Firefox Graveyard :: Panorama, defect, P4)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: iangilman, Assigned: mitcho)
References
Details
(Whiteboard: [qa-])
In GroupItem.setBounds, we force the minimum width of 110 and minimum height of 125, yet in GroupItem.setResizable, we're using 90 and 90. We should up the numbers in setResizable, and use them from setBounds (this.resizeOptions.minWidth, etc). (This came up during bug 587248, where the discrepancy cost Ehsan a couple hours of head banging.)
Reporter | ||
Comment 1•14 years ago
|
||
Note that these new numbers (110, 125) were added in this patch:
http://hg.mozilla.org/mozilla-central/diff/713c68fc1827/browser/base/content/tabcandy/app/groups.js
... which is a month more recent than I can find the earliest mention of the 90, 90 numbers.
Comment 4•14 years ago
|
||
Punting, though bug 622631 should fix this anyway
No longer blocks: 608028
Target Milestone: --- → Future
Reporter | ||
Comment 5•14 years ago
|
||
Bug 622631 has now landed
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Whiteboard: [qa-]
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
•