#7409 closed defect (fixed)
dijit.TitlePane: setContentAttr called before animations are created
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | General | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If content is specified on a TitlePane?, the setContentAttr function will be called *before* the animations are fully set up. This is because dijit.layout.ContentPane? now calls this.attr("content") during postcreate - and the animations are set up in title pane later, during postcreate.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [14806]) Fixes #7409 - make sure animations exist before trying to play them