Bug 12155 - REGRESSION: border radius not drawn unless border is specified
Summary: REGRESSION: border radius not drawn unless border is specified
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Major
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2007-01-07 18:26 PST by Hanspeter Schaub
Modified: 2007-01-07 18:46 PST (History)
2 users (show)

See Also:


Attachments
test page showing various <div> with borders (688 bytes, text/html)
2007-01-07 18:27 PST, Hanspeter Schaub
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hanspeter Schaub 2007-01-07 18:26:01 PST
I just compiled the new webkit version with the GREAT box-shadow property added.  However, this new addition breaks the border-radius command partially.  I found that the border radius command (all versions, including top-left, top-right, etc.) are not implemented unless an actual border is specified!  I used to be able to draw a <div> with a background color and a border radius.  I've made a test page to illustrate this.  What is interesting is that if a box-shadow is applied to the regular <div> then the shadow does have the proper border radius?
Comment 1 Hanspeter Schaub 2007-01-07 18:27:56 PST
Created attachment 12290 [details]
test page showing various <div> with borders

test page showing 4 different <div>'s with border radius specified.  After the addition of the box-shadow property, only the <div>'s with specified border's have the border radius.
Comment 2 Matt Lilek 2007-01-07 18:46:13 PST
Hyatt fixed this in r18655.