Hello Isomorphic ,
Any updates to this?
Thank you.
Announcement
Collapse
No announcement yet.
X
-
Thanks for the notification. We'll take a look
Regards
Isomorphic Software
Leave a comment:
-
Hi Isomorphic,
I can reproduce here (v13.0p_2024-10-31) without any sample changes.
Best regards
Blama
Leave a comment:
-
KeyPress filter bug
There seems to be a bug on the TextItem KeyPress Filter.
Using the KeyPressFilter on the SmartGwt Showcase, I have a TextItem with the character casing set to UPPER:
( https://smartclient.com/smartgwt/sho...eypress_filter )- TextItem nameField = new TextItem("name", "Name");
- nameField.setWidth(200);
- nameField.setHint("Mapped to uppercase");
- nameField.setCharacterCasing(CharacterCasing.UPPER);
Prerequisite: there must be an existing string in the text item, and the item should not be focused- Click in the middle of the existing string
- CTRL + A -> paste string with lowercase
- TextItem has lowercase
Thanks!
Tags: None
Leave a comment: