#15879 closed defect (fixed)
AutoRotator / Rotator cannot be destroyed
Reported by: | Aaasaasa | Owned by: | dante |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Widgets | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello,
I've found a bug in the dojox.widget.Rotator on destroy()
I have added: if(wfe!=null){ wfe.remove(); }else{ return true; } and it works. It's not a solution but i haven't time to find a cause. Programmatically it not works, just declaratively
Change History (5)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Summary: | AutoRotator / Rotator cann't be destreyed → AutoRotator / Rotator cannot be destroyed |
comment:2 Changed 4 years ago by
Resolution: | patchwelcome |
---|---|
Status: | closed → reopened |
comment:3 Changed 4 years ago by
PR at https://github.com/dojo/dojox/pull/261 solves this issue and more.
Note: See
TracTickets for help on using
tickets.
Realistically, this is not going to get fixed unless someone submits a pull request. Closing as patchwelcome.