Opened 12 years ago
Closed 12 years ago
#8089 closed defect (duplicate)
Can't dojo.fx.chain a dojo.fx.combine'd animation
Reported by: | Matt Sgarlata | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.2.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
I am trying to mix dojo.fx.combine and dojo.fx.chain and dojo is throwing dozens of errors in Firebug. In my app it looks as though the animation is actually working, and dojo is just spitting out a bunch of errors for no reason. I have attached a test case that does a dojo.fx.combine and then a dojo.fx.chain. If you click on the test animation button, 2 dozen errors are logged.
This issue looks like it may be similar to bug 4083 which was fixed 10 months ago.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | dojoBug8089Test.html added |
---|
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
closing this out as dup of #6490 - thanks Matt - I've also tested the line on that ticket and seems to be working for me, too. Making a unit test now.
Note: See
TracTickets for help on using
tickets.
Test case