Closed
Bug 15844
Opened 25 years ago
Closed 25 years ago
[PP] Corrupted double border
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: christinehoff4, Assigned: waqar)
Details
(Keywords: platform-parity)
Attachments
(2 files)
Using Commercial build 1999100716 Apprunner on Linux Red Hat 6.0 (Linux2.2).
Open the attached file. The file contains one paragraph and two divs. The divs
are assigned a 'double' border.
Expected result: Both divs should display a double border
Actual result: The first div has a corrupted border - the bottom side has 1/2
the double border.
The problem occurs when a paragraph is inserted above the div. There is no
problem with the display of the second div.
This problem was found to happen only on Linux
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Target Milestone: M10
Updated•25 years ago
|
Assignee: peterl → dcone
Updated•25 years ago
|
Assignee: dcone → ramiro
Comment 2•25 years ago
|
||
this is a platform specific problem..
Probably in GFX line drawing or polygon code.
Updated•25 years ago
|
Assignee: ramiro → waqar
Comment 5•25 years ago
|
||
waqar: i created an attatchemet that shows the problem. Edit the html source,
play with the order of tags and watch the problem come and go.
The border is drawn correctly, but it spans the width of the page, so when one
changes the width of the page the border widens as well.
I works on M13
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 9•25 years ago
|
||
Using 1/31 build on Linux, verified the bug is fixed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•