Closed
Bug 379807
Opened 18 years ago
Closed 18 years ago
border-style:double width:3px displayed as solid
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: flod, Unassigned)
Details
(Keywords: regression)
Attachments
(2 files)
In Gran Paradiso Alpha4 - Mac Os X(Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a4) Gecko/20070427 GranParadiso/3.0a4) there is a problem with border-style:double and width:3px : right and bottom borders are displayed as solid.
Maybe it's a regression of https://bugzilla.mozilla.org/show_bug.cgi?id=298545
Steps to reproduce:
1. Open attached test1.html
Actual Results:
Renders a solid border on right and bottom.
Expected Results:
Render a double border.
If you set width and height for the button (see attached test2.html), borders are displayed in the right way.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Updated•18 years ago
|
Keywords: regression
Is this fixed in the latest nightlies? A major border rewrite (bug 368247) landed on April 30.
Comment 3•18 years ago
|
||
(In reply to comment #2)
> Is this fixed in the latest nightlies? A major border rewrite (bug 368247)
> landed on April 30.
>
Seems to be fixed here: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070504 Minefield/3.0a5pre
I can see two separate border lines.
Reporter | ||
Comment 4•18 years ago
|
||
Yes, it works also on Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a5pre) Gecko/20070504 Minefield/3.0a5pre
Reporter | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•