Opened 7 years ago
Closed 7 years ago
#18071 closed defect (invalid)
Not able to un-register the tabContainer's Id with Dialog box.
Reported by: | Sujya | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Layout | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I am creating a TabContainer? inside the dialog box. Find out the attached code. On click of button "GO" a dialog box is opening having TabContainer?. Now if you close this dialog and reopen it, it will not Open because of library which is not destroying the allocated widget's ID. I have used 'destroyRecursive' method to un-register widget's ID but it is not working. Is the implementation error from my side or the because of the library it won't happend.
Attachments (1)
Change History (2)
Changed 7 years ago by
Attachment: | combobox.html added |
---|
comment:1 Changed 7 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Your test case has various errors like calling both require()
and dojo.require()
, but the real problem is that you are trying to call destroyRecursive()
on a DOM node, rather than on a widget.
Having sample code of TabContainer?