Skip to main content

Search and Top Navigation

#7206 closed bug (duplicate)

Opened March 28, 2011 09:56AM UTC

Closed March 28, 2011 01:19PM UTC

Last modified March 28, 2011 01:19PM UTC

ui.autocomplete does not work on firefox with Japanese input method.

Reported by: fuga Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.autocomplete Version: 1.8.11
Keywords: Cc:
Blocked by: Blocking:
Description

Because the onKeydown event is not generated when Japanese input is effective on firefox.

Only onKeyup event is generated only when 'Enter' is pushed to fix Japanese conversion.

This change fix this problem.

https://github.com/fuga/jquery-ui/commit/a5db8d0f97199a1073bfe5248f1a63770a743267#ui/jquery.ui.autocomplete.js

I have confirmed this correction only with Firefox and Crome on ubuntu.

Attachments (0)
Change History (2)

Changed March 28, 2011 01:19PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Changed March 28, 2011 01:19PM UTC by scottgonzalez comment:2

Duplicate of #5933.