igorsoaresassis / jmonthcalendar

Automatically exported from code.google.com/p/jmonthcalendar
Other
0 stars 0 forks source link

Drag/Drop produces script error in IE #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. This looks like a jQuery UI issue but I'm posting here to see if anyone
has come up with a work-around.
2. See http://dev.jqueryui.com/ticket/4550 for more information
3. Use demo and make sure dragableEvents: true (default)
4. Drag/drop an event

What is the expected output? What do you see instead?
No error.  In IE - get "'data(...).options' is null or not an object" on
Line: 11 Char 20694 (which is referring to jquery-ui.min.js).

What version of the product are you using? On what operating system?
jmonthcalendar 1.22 & 1.3.1 beta, jQuery 1.3.2, jQuery UI 1.7.2 & 1.8pre,
Win XP, IE 6&7/FF 3.51.

Please provide any additional information below.
Everything works fine with Firefox so unfortunately firebug isn't available
to give me any more details on the error.  Firebug Lite was pretty useless
as well.  I also tried using jquery ui 1.8pre but the error keeps popping up.

Original issue reported on code.google.com by aiden.so...@gmail.com on 27 Jul 2009 at 11:38