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

ANDROID: Enabling predictive text causes incorrect typing results

XMLWordPrintable

    • Android
    • 93fd268d531fd61c9c619adc4e08ea9cb0cb2fcd

      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
                }
            }
        
        }
        

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes