Updates:
Labels: -NeedsReduction Has-reduction Webkit-specific
Comment #5 on issue 6511 by [email protected]: Flash content only visible
when highlighted
http://code.google.com/p/chromium/issues/detail?id=6511
Reductions:
http://go/reductions/6511/test-standard.html
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.
Attachments:
test-standard.html 3.2 KB
styles.css 1.9 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---