#13262 closed defect (worksforme)
Dialog: double delete in show() and hide() methods
Reported by: | waynevicknair | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.7.0b1 |
Keywords: | Cc: | Adam Peller | |
Blocked By: | Blocking: |
Description (last modified by )
both the anonymous function in the dojo.Deferred constructor and the onEnd method of fadeIn/fadeOut delete 'this._fade(In|Out)Deferred'. first one works; second one throws Error.
Change History (4)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.7 |
Owner: | set to bill |
Status: | new → assigned |
Summary: | double delete in Dialog show() and hide() methods → Dialog: double delete in show() and hide() methods |
comment:2 Changed 10 years ago by
Hmm, actually, I don't understand, the "anonymous function" that you are referring to is the canceller, for when you cancel the animation mid-stream, but the onEnd() function is for when the animation continues to the end without being canceled.
What situation are you seeing the double remove on? It's not reproducing for me, using test_Dialog.html.
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
I'm going to mark this as worksforme, but will reopen if/when you supply a test case and instructions for reproducing the bug (or instructions about how to reproduce on existing test case).
Makes sense, I'll remove one, thanks.