Closed
Bug 129688
Opened 23 years ago
Closed 23 years ago
line height / CSS:lineheight becomes fixed when Content is put in a block with position:fixed
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: bugzilla.mozilla.org, Assigned: attinasi)
Details
Attachments
(1 file)
1.18 KB,
text/html
|
Details |
When you put content/text in an container i.e. a DIV and set the container style
to position:fixed then the lineheight of the contained text does not change when
the text gets zoomed in or out.
see attached test case:
first paragraph behaves correctly,
second paragraph behaves wrong
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9+) Gecko/20020306
Reporter | ||
Comment 1•23 years ago
|
||
Open in browser and then change View/Textzoom smaller/larger to see the bug
Reporter | ||
Updated•23 years ago
|
Summary: CSS: lineheight becomes fixed when Content is put in a block with position:fixed → line height / CSS:lineheight becomes fixed when Content is put in a block with position:fixed
Comment 2•23 years ago
|
||
Reporter: Why is this "critical" ("crashes, loss of data, severe memory leak")?
Please demote to a more appropritate severity level. Thank you for using Bugzilla.
![]() |
||
Comment 3•23 years ago
|
||
confirmed, linux build 2002-03-08-07
Severity: critical → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
![]() |
||
Comment 4•23 years ago
|
||
The problem seems to be that we're not reflowing the "fixed" div for some
reason... Making it be abs pos instead fixes the problem...
Comment 5•23 years ago
|
||
isn't this one related to Bug 51578 ?
OS: All → Windows 2000
Hardware: All → PC
![]() |
||
Comment 6•23 years ago
|
||
That's exactly it.
*** This bug has been marked as a duplicate of 51578 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•