Opened 10 years ago
Closed 10 years ago
#12472 closed defect (fixed)
dojox.widget.TitleGroup doesn't look smooth
Reported by: | wedgybo | Owned by: | dante |
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | DojoX Widgets | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dojox.widget.TitleGroup? component doesn't close the open TitlePanes? smoothly when opening a new one in the group. It's due to setting the open attribute to false rather than using the toggle method to make the element transition smoothly. I've attached a git diff against 1.6.0-release.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | 12472.diff added |
---|
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Git diff to fix issue