EasyUI Forum

General Category => Bug Report => Topic started by: flyingfish on February 02, 2018, 01:44:40 AM



Title: ComboGrid bug in chinese in 1.5.4.1
Post by: flyingfish on February 02, 2018, 01:44:40 AM
ComboGrid in 1.5.4.1
when I enter something in the box , it can automatic locate the option, it works well in English
But it can't work in Chinese , when I enter Chinese in box , it will locate the botton of all the options
I'm sure it's ok in previous version

thank you


Title: Re: ComboGrid bug in chinese in 1.5.4.1
Post by: jarry on February 03, 2018, 05:17:03 PM
What browser are you using? Please show an example to demostrate your issue.


Title: Re: ComboGrid bug in chinese in 1.5.4.1
Post by: flyingfish on February 05, 2018, 07:34:05 PM
I use google chrome

The picture show , it can select the option , it can't auto locate the option, when I enter "唐" , it can't find '唐' area

I try the demo , so I'm sure it's ok in English

I upgraded version and I have not modified the code

thank you

my code:

$('#case_input_person,#case_search_person').combogrid({
        data: data,
        idField:'id',
        textField:'name',
        columns:[[
              {field:'name', title:'姓名'},
            ]]
   });


Title: Re: ComboGrid bug in chinese in 1.5.4.1
Post by: jarry on February 05, 2018, 08:45:10 PM
Please look at this example http://code.reloado.com/oditew3/edit#html,live. It works fine.


Title: Re: ComboGrid bug in chinese in 1.5.4.1
Post by: flyingfish on February 05, 2018, 11:28:52 PM
I test in my project
Two pictures
I only modify the part in red box.
first picture the same problem,  I use the version which download on the website and use in local.
second picture  works fine.

thank you