Closed
Bug 224244
Opened 21 years ago
Closed 21 years ago
-moz-border-radius render solid even if dashed is specified
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: azatoth, Assigned: dbaron)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv_SE; rv:1.6a) Gecko/20031027 Firebird/0.7+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; sv_SE; rv:1.6a) Gecko/20031027 Firebird/0.7+
As in bug 13944 the border is still solid, even if dashed/dottet etc. is
specified. even that bug 13944 is filled this is an other product, so a bug
seems to fit here too.
Reproducible: Always
Steps to Reproduce:
<div style="border: dotted; -moz-border-radius: 15px">Hello World</div>
Actual Results:
a solid border with radius 15px
Expected Results:
a dotted border with radius 15px
Comment 1•21 years ago
|
||
->Browser/Style System
Assignee: blake → dbaron
Component: General → Style System (CSS)
Product: Firebird → Browser
QA Contact: ian
Version: unspecified → Trunk
Comment 2•21 years ago
|
||
The two products use the same rendering engine....
*** This bug has been marked as a duplicate of 13944 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•