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

Japanese Halfwidth Katakana Voiced Sound Mark concatenate with other char

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.15.4, 6.2
    • GUI: Text handling
    • None
    • All, Windows

    Description

      import QtQuick 2.15
      import QtQuick.Controls 2.15
      
      ApplicationWindow{
          width: 500
          height: 500
          visible: true
      
          Column {
              TextEdit {
                  id: test
                  textFormat: Text.RichText
                  text: 'A\uFF9Eガギグ'
                  font.pixelSize: 40
              }
              Button {
                  text: "set cursorPosition to 1"
                  onClicked: {
                      test.cursorPosition = 1
                      test.forceActiveFocus()
                  }
              }
          }
      }
      

      when moving the cursor, A゙ treated as a single character.
      it expected to make separate for the cursor movement, otherwise, we can set the cursor position to the mid of them, but invisibly the cursor position is not in mid.

      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
              jiu shanheng jiu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes