Opened 13 years ago
Closed 13 years ago
#5866 closed defect (fixed)
_Animation beforeBegin never fires in dojo.fx.chain()/combine()
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | General | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the problem is the code is firing "onBeforeBegin" instead of "beforeBegin" as defined in _Animation
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [12460]) refs #5866 - the onEnd tests for chain/combine work, but beforeBegin and onPlay never fire. needs attention.