Search and Top Navigation
#6266 closed bug (wontfix)
Opened November 05, 2010 12:27PM UTC
Closed November 05, 2010 12:49PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
There's nothing reasonable we can do about that and it has already been fixed in newer Firefox versions.