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

QtWebengine view can not get value when TOUCH on a html select droplist option

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • 6.2.5, 6.3.1, 6.4
    • 5.12.3, 5.14.2
    • WebEngine, WebView
    • None
    • Windows
    • 1f6495af6331f5504de9d3f7e43f5202345c7a8c

    Description

      I created a app using the qtwebengineview to display a html page which has a select element, and my device has a touch screen, when i click the select options by mouse, it works good, but when i touched on the select droplist window, it seems the event is not handled correctly, i have to touch one or more times to select another option, and the value of the select element  is not changed, the droplist window is still exists unless i touch another app window.

      The html select code:

      <select>
      <option value="volvo">Volvo</option>
      <option value="saab">Saab</option>
      <option value="opel">Opel</option>
      <option value="audi">Audi</option>
      </select>

      Attachments

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

        Activity

          People

            mnegyokru Martin Negyokru
            mikeniu 鹏 牛
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes