#6266 closed bug (wontfix)
case insensitivity does not work in FF 3.5 for non-latin characters
Reported by: | andrushka | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.6 |
Keywords: | case insensitivity, firefox | Cc: | |
Blocked by: | Blocking: |
Description
It is an issue of Firefox that affects autocomplete's behaviour.
For example, source array contains string 'Москва'.
Autocomplete suggests 'Москва' if you type 'Мо' but does not suggest anything if you type 'мо' or 'МО'.
Case insensitivity works fine in other browsers and with latin charachters.
Note: See
TracTickets for help on using
tickets.
There's nothing reasonable we can do about that and it has already been fixed in newer Firefox versions.