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

Symbian: Proper support for FEP input in QLineEdit with input mask

XMLWordPrintable

      QLineEdit with input mask reports the cursor position relative to
      displayed text via inputMethodQuery(), but the text returned is
      the actual text of the control, which can differ from displayed text,
      causing mismatch between FEP display and control display.

      To properly fix this we would need to know the displayText of
      QLineEdit instead of just the text, which on itself would be a trivial
      change. The difficulties start when we need to commit the changes back
      to the QLineEdit, which would have to be somehow able to handle
      displayText, too.

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

            Unassigned Unassigned
            e0348803 Miikka Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes