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

When writing text using native input method on S60, the last word is not visible except when selected

    XMLWordPrintable

Details

    • 08d09e02109f18d2a22fa48f331cd7bcfacc154f

    Description

      When writing text in a TextInput field where the native input method pops up, the last word will be white (on white) - potentially due to the underlining that lets the user cycle between variants. The following QML code was used to reproduce the example in the attached video

      import Qt 4.6
      
      Rectangle {
          color: "steelblue"
          TextInput {
              x: 10; y: 10
              width: parent.width
              height: 25
              color: "black"
              Rectangle {
                  z: -1
                  color: "white"
                  border.color: "black"
                  border.width: 1
                  anchors.fill: parent
                  anchors.margins: -5
              }
          }
      }
      

      Attachments

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

        Activity

          People

            martjone Martin Jones (closed Nokia identity) (Inactive)
            martjone Martin Jones (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes