Bug 13319
Summary: | Shadows aren't drawn until page redraw | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan del Strother <jon> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://bestbefore.tv/shadows.html |
Jonathan del Strother
If I create a new element with a -webkit-box-shadow css declaration, the shadow isn't drawn until the element behind them is redrawn (eg by resizing that element, or the entire window)
Try going to the link above, and create a few boxes. None of the new ones should have drop shadows. Resize the window, and watch the shadows pop into place.
Resizing the boxes doesn't cause the shadow to be drawn, but resizing the element that the shadow appears on (in this case, the page body) does.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jonathan del Strother
*** This bug has been marked as a duplicate of 12729 ***