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

Bug with displaying of selected Cyrillic text

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.4.0
    • Quick: Controls 1
    • None
    • Windows 7, Qt Creator 3.3.0 (enterprise)

    Description

      Steps to reproduce:

      1. Type in TextField cyrillic text something like that - "ы ы ы ы ы ы ы"
      2. Try to select this text

      Expected: all symbols are displayed.
      Actual: only the 1st and last symbols are displayed

      Source code
      
      import QtQuick 2.4
      import QtQuick.Controls 1.3
      import QtQuick.Window 2.2
      import QtQuick.Dialogs 1.2
      
      ApplicationWindow {
          title: qsTr("Problem with displaying of selected Cyrillic text")
          width: 640
          height: 480
          visible: true
      
          TextField {
                  id: txt
      
                  anchors.centerIn: parent
                  placeholderText: qsTr("Enter text")
              }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              skulagin Sergey Kulagin
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes