View Issue Details

IDProjectCategoryView StatusLast Update
0018914MMW 5Main Panelpublic2022-03-18 17:04
Reporterlowlander Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version5.0.3 
Target Version5.0.3Fixed in Version5.0.3 
Summary0018914: Auto-Complete doesn't see accented characters
DescriptionWhen typing an Artist value and typing an accented é character auto-complete doesn't react to it and will still show now invalid matches.
Steps To ReproduceTested with in-line editing as well as in Properties, tested with an existing Artist 'Andrés Calamaro':
1 Type A
2 Type n
3 Type d
4 Type r
5 Type é (Alt+130)
--> Up to step 4 Auto-Complete keeps adjusting Auto-Complete, but at step 5 it shows the same results as in step 4. If you type e instead it does filter Auto-Complete
6 Type s
--> Auto-Complete updates as expected
TagsNo tags attached.
Fixed in build2611

Activities

Ludek

2022-03-17 13:40

developer   ~0067326

Last edited: 2022-03-17 13:54

Debugging this and the problem is that in case of usage 'Alt+130' the event doesn't go to Dropdown.editboxKeyUp to call sendFilterLV there.

Workaround is to type one more letter and press Backspace.

Assigned to Michal (as author of the Dropdown component).

michal

2022-03-17 19:35

developer   ~0067332

Fixed in build 2611.

peke

2022-03-18 17:04

developer   ~0067345

Verified 2611

Auto Complete triggers correctly.