Opened 11 years ago
Closed 11 years ago
#9979 closed defect (fixed)
[patch]TimeSpinner: error instantiating widget, missing _onKeyPress callback
Reported by: | jake richardson | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.3.2 |
Keywords: | TimeSpinner | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
dojox.form.TimeSpinner is missing it's _onKeyPress callback, causing the widget to fail to load.
Attachments (1)
Change History (7)
Changed 11 years ago by
Attachment: | TimeSpinner-onKeyPress-fix added |
---|
comment:1 Changed 11 years ago by
Component: | General → DojoX Form |
---|---|
Description: | modified (diff) |
Owner: | changed from anonymous to Dustin Machi |
Summary: | TimeSpinner is missing _onKeyPress callback → TimeSpinner: error instantiating widget, missing _onKeyPress callback |
Hi Jaek, please try to mark your tickets with the correct component. All of your tickets were marked as "General".
I can reproduce this with dojox/form/tests/test_TimeSpinner.htmll, it doesn't load in trunk or 1.3.
comment:2 Changed 11 years ago by
Owner: | Dustin Machi deleted |
---|
comment:3 Changed 11 years ago by
Summary: | TimeSpinner: error instantiating widget, missing _onKeyPress callback → [patch]TimeSpinner: error instantiating widget, missing _onKeyPress callback |
---|
comment:4 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Owner: | set to Dustin Machi |
Note: See
TracTickets for help on using
tickets.
Adds stub _onKeyPress callback.