Closed
Bug 288015
Opened 21 years ago
Closed 20 years ago
netcabo.pt - overlapping text when using large min font size
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: johnsmith7219, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.6) Gecko/20050323 Fedora/1.7.6-1.3.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.6) Gecko/20050323 Fedora/1.7.6-1.3.2
When using a very large minimum font size, the text in the left-hand side column
and the main text overlap.
Reproducible: Always
Steps to Reproduce:
1. Edit/Preferences/Appearance/Fonts: set "Minimum font size" to 24.
2. Load the URL I've given.
Actual Results:
Overlapping text.
Expected Results:
Non-overlapping text.
Comment 1•21 years ago
|
||
The menu has a 10px left position, a 12em width, 0.6em left and right padding,
plus a 1px left and right border.
The main content has margin-left:13em which is not enough for all the above.
-> TE
Assignee: general → english-other
Status: UNCONFIRMED → NEW
Component: General → English Other
Ever confirmed: true
OS: Linux → All
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → english-other
Hardware: PC → All
Summary: overlapping text when using large min font size → pwp.netcabo.pt - overlapping text when using large min font size
| Reporter | ||
Comment 2•21 years ago
|
||
Padding is internal so it doesn't count. So there shouldn't be any overlapping
as long as 12em+12px < 13em, i.e. 12px<1em, which is definitely the case with a
font of size 24.
There is another way of looking at the problem: with a low "minimum font size",
the page displays properly (ie, no overlap) at all font sizes, even much larger
than 24 - just try hitting Ctrl-+ a few times - so it should display properly
when using a "minimum font size" of 24 too.
Setting back from TE to Mozilla Application Suite.
Assignee: english-other → general
Component: English Other → General
Product: Tech Evangelism → Mozilla Application Suite
QA Contact: english-other → general
Version: unspecified → 1.7 Branch
| Reporter | ||
Comment 3•21 years ago
|
||
Still happens with Mozilla 1.7.7.
Summary: pwp.netcabo.pt - overlapping text when using large min font size → overlapping text when using large min font size
| Reporter | ||
Comment 4•21 years ago
|
||
Still happens with Mozilla 1.7.8.
| Reporter | ||
Comment 5•20 years ago
|
||
Still happens with 1.7.10. Is anyone ever going to look at it ? I think it is
a serious issue for all users who need large fonts.
| Reporter | ||
Comment 6•20 years ago
|
||
Still happens with 1.7.12.
Comment 7•20 years ago
|
||
> Padding is internal so it doesn't count
it's not. Read http://www.w3.org/TR/CSS21/box.html#box-dimensions again.
The reason it looks ok normally and when zooming up (with ctrl+) is that the
menu has "font-size: smaller" style, so the 0.6em+12em+0.6em relate to a smaller
font than the content's 13em.
==> TE
Assignee: general → english-other
Component: General → English Other
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → english-other
Summary: overlapping text when using large min font size → netcabo.pt - overlapping text when using large min font size
Version: 1.7 Branch → unspecified
Comment 8•20 years ago
|
||
er, wait. The page isn't really doing anything wrong. It's just not desgined
to have its "smaller" style rule ignored because the minimum font size is specified.
resolving INVALID.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•