Hi Isomorphic
I just noticed (current 5.1p) that if you use keyboard-only entry, the following does not work
I noticed it because I was doing the very same thing in Windows before and it did not work for a SelectItem in my application.
Best regards
Blama
I just noticed (current 5.1p) that if you use keyboard-only entry, the following does not work
- expanding SelectItem that currently has the focus ("F4" in Windows)
- scrolling un-expanded SelectItem with Pg-Up/Pg-Down (normal Up / Down is working)
- most likely this is because Pg-Up/Pg-Down don't change the selection, also not in an expanded SelectItem
- In Sample dep_selectects_db_combobox_category, the (expanded) right box supports jumping to entries with letter-Keys, the (expanded) left one does not.
- In Sample multi_select_combobox_category (SelectItem expanded), it is possible to jump to "China" by pressing "C", but not to "Canada"
- It is not possible to jump to "United States" (1st entry) at all (Off-by-one somewhere?)
- (Jumping to an entry in a sorted list by start to enter the whole string is not working. I read about this before somewhere in the forum.)
I noticed it because I was doing the very same thing in Windows before and it did not work for a SelectItem in my application.
Best regards
Blama
Comment