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

Pre-edit text is not displayed in TextEdit element

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.0.0
    • 5.0.0
    • GUI: Text handling
    • None
    • a9d2ef2d2a6a2db16ca3d703f671c3aa396cd99a

    Description

      Test the following application:

      import QtQuick 2.0
      
      Rectangle {
          width: 640
          height: 480
      
          TextEdit {
              anchors.centerIn: parent
              width: parent.width
          }
      }
      

      Select an input method with pre-edit features, and input some text. Regardless of the contents in the input field, the pre-edit text will not be displayed.

      Attachments

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

        Activity

          People

            jiang Jiang Jiang
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes