Bug 31834

Summary: [Qt] text input fields are white on Symbian
Product: WebKit Reporter: Janne Koskinen <koshuin>
Component: New BugsAssignee: QtWebKit Unassigned <webkit-qt-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: jturcotte, laszlo.gombos
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: S60 Hardware   
OS: S60 3rd edition   
Attachments:
Description Flags
screenshot none

Description Janne Koskinen 2009-11-24 08:01:15 PST
QWebView missing input field as shown in example screenshot of google main page.

Further investigation shows that:

<form>
text input
<input type="text" name="textinput" />
</form>

Will always draw white box with no outlines. as google web page bg color is also white it becomes invisible.

QGraphicsWebView renders the input field correctly.
Comment 1 Janne Koskinen 2009-11-24 08:03:11 PST
Created attachment 43771 [details]
screenshot
Comment 2 Tor Arne Vestbø 2010-03-05 09:39:33 PST
Please follow the QtWebKit bug reporting guidelines when reporting bugs.

See http://trac.webkit.org/wiki/QtWebKitBugs

Specifically:

  - The 'QtWebKit' component should be used for bugs/features in the public QtWebKit API layer, not to signify that the bug is specific to the Qt port of WebKit

    http://trac.webkit.org/wiki/QtWebKitBugs#Component
Comment 3 Jocelyn Turcotte 2010-03-16 05:09:34 PDT
Reproduced witn anomaly + Qt 4.6 + QtWebKit r56049
Comment 4 Janne Koskinen 2010-03-16 05:16:00 PDT
>Reproduced witn anomaly + Qt 4.6 + QtWebKit r56049
Except this is not a webkit bug but s60 style issue.
Shouldn't happen on most styles after http://bugreports.qt.nokia.com/browse/QTBUG-7286
Comment 5 Janne Koskinen 2010-04-12 01:17:38 PDT
Issue is purely on Qt S60 style side when using native controls thus closing this issue.