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

Html <select> <option> combobox not drops down in QML's WebView

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.2.1, 5.3.0, 5.3.1
    • Documentation, WebKit
    • Windows 7, Ubuntu 14.04, Max OSX 10.8

    Description

      I can't use html combobox with mouse or touchscreen.

       
      import QtQuick 2.2
      import QtWebKit 3.0
      
      Rectangle {
          width: 600
          height: 600
      
          WebView {
              anchors.fill: parent
              url: "http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_option_selected"
              
          }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            allan.jensen Allan Sandfeld Jensen
            komorebi Komorebi
            Votes:
            3 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes