Closed
Bug 308428
Opened 20 years ago
Closed 11 years ago
CSS border rendering leaves a 1px gap between boxes.
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: trash, Assigned: roc)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
CSS rendering of 'border-top: 1px solid black;' does not give a continuous line
at the top of two side-by-side box divisions. Previous versions (eg. 1.0.1) and
IE do.
Reproducible: Always
Steps to Reproduce:
1. Goto http://papertrap.net/ or similar, where one division is floated
('float:right;') beside another.
2. The border along the top of the two divisions should have a 1px gap.
Actual Results:
1px gap of background colour.
Expected Results:
A continuous line.
Comment 1•20 years ago
|
||
Please test with a nightly trunk build to see if you still get the problem:
http://ftp.scarlet.be/pub/mozilla.org/firefox/nightly/latest-trunk/
Assignee: nobody → roc
Component: General → Layout: View Rendering
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.7 Branch
![]() |
||
Comment 2•19 years ago
|
||
Mark, is this an issue with Firefox 1.5?
Updated•16 years ago
|
QA Contact: ian → layout.view-rendering
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•