NayanParmar / jquery-frontier-calendar

Automatically exported from code.google.com/p/jquery-frontier-calendar
0 stars 0 forks source link

Problems with latest jquery-ui library #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load jquery-ui.1.9.1.js for jquery-ui support
2. Attempt to load agenda items after initializing the calendar
3. Agenda loading fails with an error thrown (see below)
4. This problem does not occur with jquery-ui.1.8.20.js loaded instead.

What is the expected output? What do you see instead?

throws an exception in jquery-1.7.2.min.js -  "cannot call methods on draggable 
prior to initialization; attempted to call method 'enable' 
jquery-1.7.2.min.js, line 2 character 10691"

The code line that triggers the exception is in renderAgendaDivElement: 
"d.draggable("enable")"

or so sayeth the call stack trace in IE9.

What version of the product are you using? On what operating system?

Most recent version.

Please provide any additional information below.

Original issue reported on code.google.com by rpsimo...@beaglebay.com on 1 Nov 2012 at 10:30

GoogleCodeExporter commented 8 years ago
i facing this issue too, it is stuck at jfcalplugin.addAgendaItem()

Original comment by sockhoo...@gmail.com on 6 Jul 2015 at 8:37