WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
24968
Flash content only visible when highlighted
https://bugs.webkit.org/show_bug.cgi?id=24968
Summary
Flash content only visible when highlighted
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
Details
View All
Add attachment
proposed patch, testcase, etc.
jasneet
Comment 1
2009-03-31 16:45:49 PDT
Bug in Chromium :
http://code.google.com/p/chromium/issues/detail?id=6511
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.
Top of Page
Format For Printing
XML
Clone This Bug