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

Key event issue in QtWebEngine

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.5.0
    • 5.4.0 Beta, 5.4.0 RC
    • WebEngine
    • None
    • OS X 10.9.4, OS X 10.10
    • 770ff83e0aadd8a158ac3b70e50eb75ed0f30721

    Description

      import QtQuick 2.3
      import QtWebEngine 1.0
      
      WebEngineView {
          url: "http://unixpapa.com/js/testkey.html"
          width: 800
          height: 800
      }
      

      1. Run the above code.
      2. Press one of the arrow keys.
      3. Press the shift key.
      4. Release the shift key.
      5. Release one of the arrow keys.

      Output:

      keydown  keyCode=39  (')   which=39  (')   charCode=0        
      keydown  keyCode=0         which=0         charCode=0        
      keyup    keyCode=0         which=0         charCode=0        
      keyup    keyCode=39  (')   which=39  (')   charCode=0
      

      Attachments

        For Gerrit Dashboard: QTBUG-42124
        # Subject Branch Project Status CR V

        Activity

          People

            mibrunin Michael Bruning
            sqq S.Gold
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes