Search and Top Navigation
#8695 closed bug (duplicate)
Opened October 17, 2012 03:25PM UTC
Closed October 17, 2012 03:26PM UTC
Dialog close event does not fire when a complex hide animation is applied
Reported by: | dsargent@gmail.com | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.dialog | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In UI 1.9 a dialog with a complex hide animation does not fire its close event.
hide: "explode" works.
hide: { effect: 'drop', duration: 500, direction: 'up' } does not but did in 1.8
Example:
Also, the API for Dialog has an error in it. The hide option is labeled show, with the actual show option right below it.
"show
Default: null
If and how to animate the hiding of the dialog."
Attachments (0)
Change History (1)
Changed October 17, 2012 03:26PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #8684.