Bug 24968

Summary: Flash content only visible when highlighted
Product: WebKit Reporter: jasneet <jasneet>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: jasneet
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://www.nathalie-photos.com/Galeries/index.html
Attachments:
Description Flags
testcase none

jasneet
Reported 2009-03-31 16:44:42 PDT
I Steps: Go to http://www.nathalie-photos.com/Galeries/index.html II Issue: On bottom of page only "Paco" is shown, but no comments. When highlighting (selected) flash section, comments do show up in white. III Conclusion: The font color of comments in flash is acutally got from body's style property "color", by javascript methods(getColors(), rgb2hex(c)). In IE/Firefox, it gets the value "#aaaaaa" correctly, but in Chrome it gets wrong value "#000000". This is the cause why comments are displayed as black. In getColors(), it uses "getComputedStyle" to get body's style, in chrome when the style is included in external css file, sometimes it can't get the correct value. IV Other Browsers: IE7: ok FF3: ok V Nightly tested: 42138
Attachments
testcase (2.20 KB, application/zip)
2009-03-31 16:47 PDT, jasneet
no flags
jasneet
Comment 1 2009-03-31 16:45:49 PDT
jasneet
Comment 2 2009-03-31 16:47:18 PDT
Created attachment 29141 [details] testcase
Note You need to log in before you can comment on or make changes to this bug.