RESOLVED FIXED 12155
REGRESSION: border radius not drawn unless border is specified
https://bugs.webkit.org/show_bug.cgi?id=12155
Summary REGRESSION: border radius not drawn unless border is specified
Hanspeter Schaub
Reported 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?
Attachments
test page showing various <div> with borders (688 bytes, text/html)
2007-01-07 18:27 PST, Hanspeter Schaub
no flags
Hanspeter Schaub
Comment 1 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.
Matt Lilek
Comment 2 2007-01-07 18:46:13 PST
Hyatt fixed this in r18655.
Note You need to log in before you can comment on or make changes to this bug.