#5067 closed bug (worksforme)
modal dialog and jquery 1.4 not working correct
Reported by: | hrauch | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We are using a modal dialogbox, to show some personal infos. With jquery 1.3.2 minified and ui 1.7.2 it works fine. If I upgrade to jquery 1.4, the modal box will be visible, but is closed immediately
after complete.
Hans
Attachments (1)
Change History (5)
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Changed 13 years ago by
comment:2 Changed 13 years ago by
The real problem with modal dialogboxes and jquery 1.4 are the optical effects.
If I remove "show: 'fold'", the dialogbox stays opened.
comment:3 Changed 13 years ago by
Yes I get this problem as well if I add show: "slide" and it goes away if I remove it.
Note: See
TracTickets for help on using
tickets.
This is working fine for me with 1.7.2 and with trunk. If you continue to have problems, please attach a test case.