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

ANDROID: Enabling predictive text causes incorrect typing results

    XMLWordPrintable

Details

    • Android
    • 93fd268d531fd61c9c619adc4e08ea9cb0cb2fcd

    Description

      Steps to reproduce:

      • make sure predictive text input is on
      • write "abcd" in first TextField
      • make sure you don't select the word from the predictive suggestions, neither press return/done or space
      • then select the next empty TextField and type "efgh"
      • the resulting string in the second TextField is now "abcdefgh" instead of just "efgh"
        import QtQuick 2.1
        import QtQuick.Controls 1.1
        
        
        Rectangle {
            width: 360
            height: 360
            Column{
                TextField {
                    width: 400
                    height: 200
                }
                TextField {
                    width: 400
                    height: 200
                }
            }
        
        }
        

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-38047
          # Subject Branch Project Status CR V

          Activity

            People

              tvete Paul Olav Tvete
              qtcomsupport Qt Support
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes