#5318 closed bug (invalid)
Autocomplete doesn't work well with other input method
Reported by: | rxwen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | plugin | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Autocomplete doesn't send correct query value to server when work with some input method. Take chinese Pinyin for example. Usually you need to input some english characters and press space to convert it to corresponding chinese character. Autocomplete will send the english characters other than converted chinese value to the server.
Change History (5)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please file this bug in the jQuery UI bug tracker -- assuming this is a bug against the UI component.
comment:4 follow-up: 5 Changed 13 years ago by
isn't autocomplete a plugin of jquery? does it belong to jquery ui ?
comment:5 Changed 13 years ago by
Replying to rxwen:
isn't autocomplete a plugin of jquery? does it belong to jquery ui ?
oops, it seems it's not the correct place to file plugin bugs here. sorry.
This can be resolved by hooking to keyup other than keydown event. And the all related unit tests success with this modification.