[Webkit-unassigned] [Bug 43474] New: Radio buttons always render in white on Symbian ignoring CSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 4 02:00:17 PDT 2010


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

           Summary: Radio buttons always render in white on Symbian
                    ignoring CSS
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paul.drummond at iode.co.uk


If I run an app showing the following HTML in QtWebKit on a Nokia X6 (Symbian 5th Edition) using Qt 4.6.3:

<html>
<body>
        <input style="color:darkGray !important;" type="radio" name="chosen_account" id="132b2ce19934562a304" value="132b2ce19934562a304" />
</body>
</html>

the radio button is rendered white - the style seems to be ignored.  I have tried many different snippets of CSS to get QtWebKit to recognise the style but nothing has worked so far.

This is a major problem for us as our CSS sets the page background to white so the radio buttons aren't visible at all.

Note, when the app is built and run on the Desktop (Ubuntu 9.10 using Qt 4.6.3) it works fine - the style is applied correctly as expected.

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



More information about the webkit-unassigned mailing list