Bug 13876

Summary: Box-Shadow disappears if shadow doesn't fit in the window size
Product: WebKit Reporter: Gustaaf Groenendaal (MysteryQuest) <webkit>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2 Keywords: HasReduction
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: http://webkit.mysteryquest.org/shadow/
Attachments:
Description Flags
Add box-shadow to table visual overflow hyatt: review+

Description Gustaaf Groenendaal (MysteryQuest) 2007-05-25 10:17:00 PDT
The shadow on the right side of the table doesn't show up when the page doesn't fit in a browser window. Resize the window in the url to less then 500x500px. You will notice that you can't see the box-shadow on the right side of the box.
Comment 1 mitz 2007-05-25 10:21:36 PDT
Forgot to add box-shadow to RenderTable overflow.
Comment 2 Dave Hyatt 2007-05-25 13:31:51 PDT
Did you forget RenderFlexibleBox too?
Comment 3 mitz 2007-05-25 13:41:04 PDT
(In reply to comment #2)
> Did you forget RenderFlexibleBox too?
> 

No! :-)
Comment 4 mitz 2007-05-26 09:46:13 PDT
Created attachment 14738 [details]
Add box-shadow to table visual overflow
Comment 5 Dave Hyatt 2007-05-26 15:05:50 PDT
Comment on attachment 14738 [details]
Add box-shadow to table visual overflow

r=me
Comment 6 Sam Weinig 2007-05-26 15:33:58 PDT
Landed in r21807.