Closed
Bug 187262
Opened 23 years ago
Closed 23 years ago
moz fails to render border-style-* if element is positioned in certain places
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 176237
People
(Reporter: ind.bugz01, Unassigned)
Details
Attachments
(1 file)
|
77.01 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20021227
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20021227
given a div with style:
border-right-style: outset;
border-left-style: outset
border-width: 1px;
when this div is displayed, one or more borders may not be drawn, depending on
the location where the div is rendered.
it looks like a modulus or rounding bug of some kind, because if you slowly drag
around a corner of your browser window, the border will disappear/reappear at
certain intervals as the div repositions itself.
Reproducible: Always
Steps to Reproduce:
see "details"
Actual Results:
see "details"
Expected Results:
see "details"
notice the bottom edge of the "menu panel" on the right - there is no bottom
border drawn. The css for the div specifies:
border-bottom-style: outset;
border-width: 1px;
both the html and css validate as per W3.
sorry folks - correction to the initial bug report:
replace "border-left-style" with "border-bottom-style"
*** This bug has been marked as a duplicate of 176237 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•