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

[REG 5.8.0 -> 5.9.0 rc] Windows: - (Quick) TextInput shortcuts in Russian keyboard layout no longer work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9.1
    • 5.9.0 RC
    • None
    • Qt5.9.0 rc, Windows 10 x64, msvc2015 x64
    • c76b0c87b0cd9ba55dcb50eee0792592226672b3 (qtbase/5.9, 1.6.2017, 5.9.1)

    Description

      TextInput shortcuts (Ctrl+C, Ctrl+V, etc.) do not work in russian keyboard layout.

      I tested it on a simple example: 

      import QtQuick 2.0
      import QtQuick.Window 2.0
      
      Window {
          id: root
          width: 600
          height: 400
          visible: true
          TextInput {
              focus: true
              text: "TextInput"
              anchors.centerIn: parent
          }
      }
      

      Attachments

        1. qtbug61086_log_58.txt
          1 kB
        2. qtbug61086_log_59.txt
          1 kB
        3. qtbug61086_widgets.zip
          2 kB
        4. qtbug61086.qml
          0.2 kB
        5. qtbug61086.zip
          2 kB

        Issue Links

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

          Activity

            People

              kleint Friedemann Kleint
              t.artikov Timur Artikov
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes