Modify ↓
Ticket #5824 (closed bug: invalid)
jquery1.4,jquery UI ,dialog
| Reported by: | liugehao | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | unfiled | Version: | 1.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
dialog attribute 'show' bug
$("#dialog").dialog({
show:'slide', hide:'slide'
});
Change History
comment:2 Changed 3 years ago by jazz
This isn't the most descriptive error report, so I shall add to it.
What I experience with the dialog widget when using show or hide is that if a) anything other than the slide effect is used, the dialog doesn't show at all or b) even when the slide effect is used once the animation is completed the dialog disappears.
This is prevents the use of slide or hide options with dialog widgets.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This bug is a deal breaker. It needs to be fixed or 1.4 is a huge fail.