#1246 closed defect (fixed)
Error hide/show a widget
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
invoking hide(), show() on a dojo widget get a error message like:
"this.toggleObj is null or not object"
For example, add
<button onclick="dojo.widget.byId('cb1').hide();">Hide</button>
at the end of file /tests/widget/test_Checkbox.html, and click the button, the browser will report the error message.
This error occurs on the latest nightly build(2006-08-07) and some early versions.
Attachments (2)
Change History (7)
Changed 15 years ago by
Attachment: | test_Checkbox.html added |
---|
comment:1 Changed 15 years ago by
Milestone: | → 0.4 |
---|
comment:2 Changed 14 years ago by
Owner: | changed from bill to Douglas Hays |
---|
Changed 14 years ago by
Attachment: | 1246.patch added |
---|
comment:3 Changed 14 years ago by
Cc: | [email protected]… added |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please verify with the attached patch.