Opened 13 years ago
Closed 13 years ago
#4190 closed defect (fixed)
Check code for use of onDigitClick
Reported by: | ptbrunet | Owned by: | davidb |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
onDigitClick is a new standardized click handler supporting the enter and space key. The code should be scanned for non-use of onDijitClick, e.g. the click handlers for the closed inline widgets. For that use the InlineEditBox test case at .../dijit/tests/form/test_InlineEditBox.html
Change History (6)
comment:1 Changed 13 years ago by
Owner: | set to ptbrunet |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:3 Changed 13 years ago by
Owner: | ptbrunet deleted |
---|
comment:4 Changed 13 years ago by
Owner: | set to simonjb |
---|
comment:5 Changed 13 years ago by
Owner: | changed from simonjb to davidb |
---|
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We'll have to keep this issue in mind as we continue dijit development. Closing as fixed as per meeting discussion. Reopen bugs on a per widget basis if ondijitclick is required.