#3120 closed defect (fixed)
_Spinner.js throwing invalid connect exception
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_Spinner.html and you get an exception that a connect() has bad parameters.
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [8718]) Fixes #3120. The connect statement in postCreate for onmousewheeled was regressed by [8531]. I added the textbox node back into the connect call.