#4051 closed defect (fixed)
Pressing enter on inline autoSave FilteringSelect doesn't close the box.
Reported by: | ptbrunet | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Pressing Enter on autoSave inlines should close the widget. However this doesn't happen for FilteringSelect. This is due to ComboBox::onkeypress eating the Enter key.
Change History (7)
comment:1 Changed 13 years ago by
Milestone: | 0.9 → 1.0 |
---|---|
Owner: | changed from bill to haysmark |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
So now the problem is event.js in dojo core is setting the keyCode to 0 in IE. This means that InlineEditBox? hears 0 instead of Enter when the user presses Enter in ComboBox?.
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Yes, this is related to #3785.