Closed
Bug 400229
Opened 18 years ago
Closed 17 years ago
the red line in the content box, and not aligned on the right
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mac, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a9pre) Gecko/2007101704 Minefield/3.0a9pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a9pre) Gecko/2007101704 Minefield/3.0a9pre
the red (narrow) line shoudn't be there on the left
on the right side of the content box, it's not really aligned with the top and bottom corner, the left side of the 'surrounding'.
Reproducible: Always
Steps to Reproduce:
1. just open the site
2.
3.
Actual Results:
wrongly alinged
the thin line shouldn't be there altogether
Expected Results:
correctly aligned
Updated•18 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
Comment 1•18 years ago
|
||
I can see the line
with Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9b2pre) Gecko/2007111204 Minefield/3.0b2pre
but NOT with Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9.
Can’t tell if that is Firefox’es fault, though.
Hi, just to make sure, here are two screenshots:
http://www.calmar.ws/tmp/zoomed.png (with lots of 'failures')
http://www.calmar.ws/tmp/normal_view.png (just the red on on the content box)
Cheers
on the site http://www.b-c-b.ch i had the issue (like on the screenshots above).
the content box there had an css:
position: relative;
margin: 0px 106px 0px 14.2em;
Well, I set it to: margin: 0px 106px 0px 15em;
so the 14.2em into an integer like 15em.
that fixed it here.
Even so on some zomming levels, there is still a line. (maybe internally that em distance is a a float again then?
Anyway, just wanted to say.
The site's design changed, but the code is still the same. Anyway, the content box works as expected in release builds of Fx3.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•