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

Regression: QWebView displays checkbox disabled

XMLWordPrintable

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

      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.

        1. checkbox.png
          22 kB
          Qt Support
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes