RESOLVED WONTFIX43474
[Qt] Radio buttons always render in white on Symbian ignoring CSS
https://bugs.webkit.org/show_bug.cgi?id=43474
Summary [Qt] Radio buttons always render in white on Symbian ignoring CSS
Paul Drummond
Reported 2010-08-04 02:00:17 PDT
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.
Attachments
Benjamin Poulain
Comment 1 2011-01-14 11:47:50 PST
I do not think we support styling radio button. I cannot remember a specification for that either. If you know about one, feel free to give the link.
Note You need to log in before you can comment on or make changes to this bug.