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

Qt.ImhNoTextHandles has no effect on Android Qt 6.3 Clang arm64-v8a

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.3.0
    • None
    • Android

      I create a TextField like this:

      TextField {

          id: root 

          // Set size

          width: global.standardItemWidth

          height: global.standardItemHeight

          focus: true     

          inputMethodHints: Qt.ImhNoAutoUppercase|Qt.ImhNoTextHandles

       

      According to documentation:

      "Qt::ImhNoTextHandles0x1000Do not use built-in text cursor and selection handles. This flag was introduced in Qt 5.11."

       

      The build-in text cursor and selection handles shouldn't be used but they are. See attached image.

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

            qtandroidteam Qt Android Team
            flegall Franck Le Gall
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes