Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.14.1
-
c6dd2e2367885d348e02440f23fd0bd54644c6f4 (qt/qtbase/5.14)
Description
QLineEdit input mask character "A" documented as "ASCII alphabetic character required. A-Z, a-z" at https://doc.qt.io/qt-5/qlineedit.html#inputMask-prop but it accepts kana and kanji. QLineEdit::hasAcceptable returns "true" when masked character is a kana / kanji character.
Steps to reproduce:
- Run the attached project
Attachments
Issue Links
- resulted in
-
QTBUG-82442 QLineEdit::inputMask: Add mask characters to allow only ASCII
- Open