Bug 13876 - Box-Shadow disappears if shadow doesn't fit in the window size
Summary: Box-Shadow disappears if shadow doesn't fit in the window size
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://webkit.mysteryquest.org/shadow/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-05-25 10:17 PDT by Gustaaf Groenendaal (MysteryQuest)
Modified: 2007-05-26 15:33 PDT (History)
1 user (show)

See Also:


Attachments
Add box-shadow to table visual overflow (49.38 KB, patch)
2007-05-26 09:46 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.