EasyUI Forum
March 29, 2024, 07:04:23 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: ComboGrid bug in chinese in 1.5.4.1  (Read 7842 times)
flyingfish
Newbie
*
Posts: 5


View Profile
« 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
Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 on: February 03, 2018, 05:17:03 PM »

What browser are you using? Please show an example to demostrate your issue.
Logged
flyingfish
Newbie
*
Posts: 5


View Profile
« Reply #2 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:'姓名'},
            ]]
   });
« Last Edit: February 05, 2018, 08:01:19 PM by flyingfish » Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #3 on: February 05, 2018, 08:45:10 PM »

Please look at this example http://code.reloado.com/oditew3/edit#html,live. It works fine.
Logged
flyingfish
Newbie
*
Posts: 5


View Profile
« Reply #4 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
« Last Edit: February 05, 2018, 11:35:53 PM by flyingfish » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!