Closed
Bug 352729
Opened 19 years ago
Closed 19 years ago
tab labels don't fit into tabs at larger font sizes
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 350194
People
(Reporter: myk, Unassigned)
References
Details
(Keywords: regression)
If I increase the size of the application font on my Ubuntu GNOME desktop to 13px, the labels of unselected tabs jut out one pixel above and below their tabs. If I increase the font size to 14px, the selected tab also acquires this appearance glitch. At larger font sizes (16px and up) the labels jut out even more.
This could be related to bug 352303, although I can't reproduce that bug.
Comment 1•19 years ago
|
||
To fix this, the tab strip's XUL might need to be reworked in ways similar to how the endcaps were reworked for bug 348138. The tab endcaps need to know how big to scale themselves. (Note: the tab strip controls [scroll buttons, all tabs button] need to know this too; they don't currently scale correctly either.)
There are really two problems here:
(1) make all the UI elements in the strip scale big enough (tab endcaps, controls don't currently)
(2) make sure the placement of the controls against the bottom strip is correct (currently tab middles overlap the bottom strip when larger than the default).
Note that this was not a problem in the native tab controls 1.5 used, so it is a regression in Firefox 2.
Blocks: NewTheme
| Reporter | ||
Comment 2•19 years ago
|
||
cc:ing folks who should know what we're likely to be shipping with.
Comment 3•19 years ago
|
||
myk, there is a bug about tab problems at high DPI, which is the same issue, I think.
see bug #350194
yes, this is a known regression from 1.5
Keywords: regression
| Reporter | ||
Comment 4•19 years ago
|
||
Hmm, indeed, this is really a dupe of that bug. Thanks for the tip, Seth!
*** This bug has been marked as a duplicate of 350194 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•