summaryrefslogtreecommitdiffstats
path: root/dist/changes-3.3.0
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-10-27 09:30:25 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-10-27 09:32:48 (GMT)
commita36ee30a9753c766be1017550df581ab941b87e3 (patch)
tree77190785985054e0407c4c084d31eabe0e1124c0 /dist/changes-3.3.0
parentf5398e1adc5203b3aa56d50ee3a9bd936531a119 (diff)
downloadQt-a36ee30a9753c766be1017550df581ab941b87e3.zip
Qt-a36ee30a9753c766be1017550df581ab941b87e3.tar.gz
Qt-a36ee30a9753c766be1017550df581ab941b87e3.tar.bz2
Temporary fix for FEP crash with input masked QLineEdits
QLineEdits with input masks report 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 QLineEdits instead of just the text, which on itself should 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. Task made to fix this properly: QTBUG-5050 Task-number: QTBUG-4892 Reviewed-by: axis
Diffstat (limited to 'dist/changes-3.3.0')
0 files changed, 0 insertions, 0 deletions