Description
With Qt 5.0.2 QWebView displays checkbox disabled by default. With Qt 4.8 the same checkboxs were displayed enabled (as they are with, for example, Firefox). The html below shows the issue with fancybrowser:
<!DOCTYPE html> <html><body> <form action=""> <input type="checkbox" name="fruit" value="Orange" checked>Orange<br> <input type="checkbox" name="fruit" value="Apple" checked>Apple </form> </body></html>
Attached also image to show the difference between Qt 4.8 and Qt 5.0.2.
Attachments
Issue Links
- relates to
-
QTBUG-30072 Qt5: Radio button behavior in Html forms(webkit) is unpredictable
- Closed