Bug 13319

Summary: Shadows aren't drawn until page redraw
Product: WebKit Reporter: Jonathan del Strother <jon>
Component: CSSAssignee: 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

Description Jonathan del Strother 2007-04-10 08:53:49 PDT
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.
Comment 1 Jonathan del Strother 2007-04-30 03:14:31 PDT

*** This bug has been marked as a duplicate of 12729 ***