#1685 closed defect (fixed)
NLS Select widget fails
Reported by: | bill | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See http://archive.dojotoolkit.org/nightly/tests/widget/test_SelectNLS.html Typing in the first character doesn't make the drop down list show up.
Change History (5)
comment:1 Changed 15 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:2 Changed 15 years ago by
Owner: | changed from Douglas Hays to [email protected]… |
---|
comment:3 Changed 15 years ago by
Owner: | changed from [email protected]… to haysmark |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
(In [8749]) Fixes #1685. Proxy commit for haysmark. Changed compositionEnd to compositionend and moved to _DropDownTextBox. Added compositionend back to the AutoCompleter?.html template. Fixed support for input method typing (Asian chars) in AutoCompleter? in Firefox. Added name attribute to 6th Select in test_Select.html as a form submission aid. Added new test to test_Select.html demonstrating Chinese input in IME. Opened new ticket #3156 to address lack of IME support in dojo core keypress code (needs an owner).