#1244 closed defect (fixed)
TitlePane - Wipes out with default duration when open = "false"
Reported by: | martin.at.appmail.com | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | TitlePane duration eipiOut | Cc: | |
Blocked By: | Blocking: |
Description
If you want a TitlePane? widget to default to closed and set open="false" the pane wipes ou at the default of 1000 as 0 is ignored as a duration.
I'm not sure if the error here is in the animation code (Although I'd be wary of setting to zero without checking) or in the TitlePane? widget.
For now I have changed the duration in the postCreate: function() for the wipeout to 1
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Milestone: | 0.5 → 0.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This bug description is kind of confusing but it seems you are talking about this line in postCreate():
//dojo.lfx.wipeOut(this.containerNode,0).play();
That line has been commented out, and also, I added a testcase in test_titlePane.html, and things are working fine now.
Note: See
TracTickets for help on using
tickets.
(In [6112]) Testcase for bug #1244 (working for me). (References #1244)