Side navigation
#5318 closed bug (invalid)
Opened October 02, 2009 08:48AM UTC
Closed October 03, 2009 12:34AM UTC
Last modified October 04, 2009 03:46PM UTC
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.
Attachments (0)
Change History (5)
Changed October 02, 2009 08:50AM UTC by comment:1
Changed October 02, 2009 08:53AM UTC by comment:2
It happens in firefox, not in IE.
Changed October 03, 2009 12:34AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Please file this bug in the jQuery UI bug tracker -- assuming this is a bug against the UI component.
Changed October 04, 2009 03:43PM UTC by comment:4
isn't autocomplete a plugin of jquery?
does it belong to jquery ui ?
Changed October 04, 2009 03:46PM UTC by comment:5
Replying to [comment:4 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.