Open GoogleCodeExporter opened 9 years ago
Thanks for bringing up this issue. I'm pretty sure it was for Opera only, but
I'll need to think about a solution.
If you have any suggestions, feel free to let me know.
Original comment by emartin24
on 3 Dec 2010 at 12:32
I had the same problem and simply comment out that timeout.
I can't see any problems with current Opera version.
Original comment by fredeckb...@googlemail.com
on 7 Dec 2010 at 11:54
There is a big problem using the setTimeout in close method: if I call $.modal
immediatly after the close call, the new modal window don't appear because of
setitmeout destroy it!
I'm using the version 1.4.1 with jQuery 1.4.4 on Firefox 3.6.13 and Chrome dev
10.0.648.11.
Original comment by sbarex
on 1 Feb 2011 at 10:28
Same problem here. Removed the settimeout from the code for the moment.
if you don't find a clean solution, perhaps just add an param in the close
method ?
close(instant)
if instant = true, close without settimeout, if false (default value) close
with timeout.
Original comment by bonux...@gmail.com
on 16 May 2011 at 11:22
Original issue reported on code.google.com by
choicesm...@gmail.com
on 1 Dec 2010 at 7:03