Menu

#191 TextControl keys consuming

open
nobody
5
2012-12-13
2010-11-03
Dam Lus
No

Hi.

TextControl with attribute upperCase set to true consumes button mnemonic if Caps lock is not on, upon investigation source I saw it does not check AltDown modifier and consumes key if it is not equal to that key when transformed to upperCase. Problems exists with Generic buttons not added to form.For example Save button works. But let's say I have button "Exit" with mnemonic 'x' when I press Alt+x nothing happens.

Also when number of inputed letters is equal to attribute maxCharacters and whole text is selected, overwrite of selected text does not work, no selectionStart and selectionEnd check, I first have to press Backspace and after that I can start typing.

This behavior probably exists with other controls, resolving this would make controls much "friendlier" to user.

Please consider changing some of behavior of controls.

Thank you for your time.

Bye.

Discussion