View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018914 | MMW 5 | Main Panel | public | 2022-03-07 18:46 | 2022-03-18 17:04 |
Reporter | lowlander | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.3 | ||||
Target Version | 5.0.3 | Fixed in Version | 5.0.3 | ||
Summary | 0018914: Auto-Complete doesn't see accented characters | ||||
Description | When 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 Reproduce | Tested 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 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2611 | ||||
|
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). |
|
Fixed in build 2611. |
|
Verified 2611 Auto Complete triggers correctly. |