#216 closed defect (fixed)
[patch] Dialog can be opened/closed randomly due to effect delays
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dialog widget implements effects for show/hide functionality. Effectively it means that actual action is delayed. If a dialog was closed, but opened again before effect was finished, it would be invisible. Some other random visibility glitches may occur in other situations.
Included patch works with animation object to implement the correct behavior: stopping active animation, if required.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | dojo.dialog2.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Milestone: | → 0.2release |
---|
Note: See
TracTickets for help on using
tickets.
(In [2253]) applying Eugene's patch to fix animation start/stop operations from clobbering the correct action. Fixes #216