[Webkit-unassigned] [Bug 24968] New: Flash content only visible when highlighted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 31 16:44:43 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24968

           Summary: Flash content only visible when highlighted
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.nathalie-photos.com/Galeries/index.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


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


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list