Open
Bug 159880
Opened 23 years ago
Updated 3 years ago
Vertical rounding errors in stacked block boxes
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: johnthebig66, Unassigned)
References
()
Details
Attachments
(1 file)
|
23.24 KB,
image/gif
|
Details |
When the container for a set of block boxes is given a 'line-height' using a
relative unit, and a value other than unity (say like 100%), vertical 1px
errors may appear between the stacked block boxes. The link is a demo of this
behavior. IE and Opera do not display this bug.
Moz will also show similar horizontal errors within a row of floated boxes
using percentages. This seems to be the same as reported in Bugzilla Bug 125560.
Comment 1•23 years ago
|
||
Shows funny behaviour when positioning two divs that should be touching -
occasionally a 1 pixel gap separates them.
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611
Comment 2•23 years ago
|
||
Comment 1 concerned an attachment of Mozilla's behaviour with:
http://www.bathspa.ac.uk/igf/default.htm
Using Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611
In this case line height doesn't seem to be involved, but some of the pages on
this site exhibit this and others don't. This is seen using Mozilla on other
Windows versions too. Whatever's throwing this is very persistant - doesn't fall
to various tweaks of the stylesheet.
Oh and apologies if it's my CSS/HTML.
Thanks
Comment 3•23 years ago
|
||
Cofirming & ALL/ALL based off 1.3b OS X.
Note... this may be a dupe of Bug 63336... I'm seeing lots of inconsistancies in
that bug as to whether we're using dupes or depencies.
Status: UNCONFIRMED → NEW
Depends on: 63336
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Comment 4•22 years ago
|
||
Is the problem still reproducible at
http://users.rraz.net/mc_on_the_rocks/testpage/mozshift.html ? If so, what are
the steps to reproduce? If not, is there a testcase that shows the problem?
Comment 5•22 years ago
|
||
page has moved...
old location: http://users.rraz.net/mc_on_the_rocks/testpage/mozshift.html
new location seems to be: http://www.positioniseverything.net/mozshift.html
and yes... the problem is readily reproducable on osx 2003042708... but may
required a text zoom in or out to see... screen shot linked off demo page
Comment 6•22 years ago
|
||
.
Assignee: attinasi → block-and-inline
Component: Layout → Layout: Block & Inline
Priority: P3 → --
QA Contact: cpetersen0953 → ian
Target Milestone: Future → ---
Updated•16 years ago
|
Assignee: layout.block-and-inline → nobody
QA Contact: ian → layout.block-and-inline
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•