Opened 12 years ago
Closed 12 years ago
#9247 closed defect (duplicate)
dijit.Dialog will execute action twice when you use return key
Reported by: | Whistl0r | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.0 |
Keywords: | Dijit.Dialog | Cc: | |
Blocked By: | Blocking: |
Description
Hi,
goto http://docs.dojocampus.org/dijit/Dialog#confirming-dialog-contents and click the "Show me!" button.
The dijit.Dialog will popup and your cursor will be in the name textbox. Now hit 6 times the tab key, to select the "OK" button. Hit the return key.
A alert message will be display. Click the "OK" button.
And now you see the problem: The alert message (this is the defined action) will be display again.
This will not happen, if you use the mouse.
Note: See
TracTickets for help on using
tickets.
Dup of #9156