Closed
Bug 291305
Opened 20 years ago
Closed 16 years ago
www.n24.de -- overlaying display
Categories
(Tech Evangelism Graveyard :: German, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: axm.ffm, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.1 the different frames(?) will not be displayed correctly on linux. on windows it' no problem. Reproducible: Always Steps to Reproduce: 1.open webpage 2. 3. Actual Results: overlaying display (frames?) Expected Results: proper display in its own boarders
Comment 1•20 years ago
|
||
Please test with trunk builds before filing layout issues please: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Comment 2•20 years ago
|
||
I see overlaying display with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 I see underlaying display with Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050421 Firefox/1.0+ after making the font size bigger with CTRL++ But I suspect this is by design. (ie: The website's fault)
(In reply to comment #1) > Please test with trunk builds before filing layout issues please: > ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ now I'm using this version: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050420 Firefox/1.0+ still the same issue on linux! no problem on windows with the trunk version.
Comment 4•19 years ago
|
||
the site does this:
<div style="height: 12px;">
<div style="font-size: 10px; float: left;">foo</div>
</div>
bar
and expects that the inner div will be contained by the outer one. This is not
valid. The line-height is larger than the font-size and if it's more than 12px,
"bar" will show up to the right of the inner div.
=> tech evangAssignee: firefox → german
Status: UNCONFIRMED → NEW
Component: General → German
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: general → german
Comment 5•19 years ago
|
||
*** Bug 301036 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Summary: overlaying display → www.n24.de -- overlaying display
Comment 6•19 years ago
|
||
*** Bug 307110 has been marked as a duplicate of this bug. ***
Comment 7•19 years ago
|
||
Then how can I set the default font size of firefox to the biggest possible size? I tried chenging the font properties but this had no effect. I don´t want to change the font, just the effect like pressing CTRL-Minus once.
Updated•10 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
•