#5980 closed bug (worksforme)
dialog with show: 'fade' doesnt work with 1.8.4
Reported by: | andreas | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.dialog | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Upgraded to 1.8.4 and my dialogs stoped worked.
I discovered that if i removed show: 'fade' it worked If I tried show: 'blind' the dialog worked with the blind effect. With fade, just the overlay were shown and not the dialog at all.
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The fade effect works fine: http://jsbin.com/esivo3/edit
You're probably using a custom download and running into the problem from #5711.
comment:3 Changed 13 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Your example is on 1.8.2 not 1.8.4. This does not work for me on 1.8.4 either.
comment:4 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
It works fine with 1.8.4 too. I've updated the demo to use a 5 second animation so it's obvious: http://jsbin.com/esivo3/73
Note: See
TracTickets for help on using
tickets.
Ok this probably is not dialog related.
$('foo').effect('fade') doesnt work either while $('foo').effect('blind') works.