Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30819

Regression: QWebView displays checkbox disabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • 5.3.1
    • 5.0.2
    • WebKit
    • None
    • Windows 7

    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

          Activity

            People

              jturcott Jocelyn Turcotte
              qtcomsupport Qt Support
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: