Closed GoogleCodeExporter closed 9 years ago
Btw, the examples in dynatree download seem to use an old version of jQuery
Cookie Plugin. The latest cookie plugin has the following code:
var result = key ? undefined : {};
Original comment by roslov.a...@gmail.com
on 1 Mar 2013 at 5:46
Original comment by moo...@wwwendt.de
on 1 Mar 2013 at 6:57
This issue was updated by revision r646.
Original comment by moo...@wwwendt.de
on 3 Mar 2013 at 5:59
Issue 451 has been merged into this issue.
Original comment by moo...@wwwendt.de
on 27 Aug 2013 at 5:58
Did the last patch fix it for you?
Original comment by moo...@wwwendt.de
on 8 Sep 2013 at 7:22
Assume fixed
Original comment by moo...@wwwendt.de
on 6 Oct 2013 at 2:03
Assume fixed
Original comment by moo...@wwwendt.de
on 6 Oct 2013 at 2:03
The issue still exists with dynatree 1.2.4 and jquery patched version as well
as unpacthed version.
For me the solution of editing jquery.dynatree.js at line 2107 and changing ===
to == seem to solve the problem..
However, the issue persists on IE 10 even after making the above mentioned
change.
Original comment by timematc...@gmail.com
on 13 Mar 2014 at 10:21
have you tried with the recent version of Dynatree (1.2.5) and the latest
jquery.cookie.js?
(don't forget to clear the browser's cache)
What is the exact error on the console?
Original comment by moo...@wwwendt.de
on 14 Mar 2014 at 6:47
Thank you very much for your response.. I really appreciate the hardwork and
effort put in by you and your team.
Answers to your questions:
------------------------------
No I have not tried the latest version . I am using v1.2.4.
Exact error in Error console
(After clearing dynatree cookies and operator conversion):
-------------------------------
The exact error was:
Uncaught TypeError: Cannot call method 'split' of undefined
Test with v1.2.5
----------------
I am going to test with v1.2.5 and will post the results, never new when 1.2.5
came out.
Thanks
Original comment by timematc...@gmail.com
on 14 Mar 2014 at 1:13
The reported issue was not produced with v1.2.5 . Additionally no patched
version was needed.
v1.2.5 works fine now..!!!
Tested and working on Chrome(latest), IE 10 and Firefox(latest) on windows 8.1
x64
Sorry for the late response...
Thanks again.
Original comment by timematc...@gmail.com
on 15 Mar 2014 at 3:01
Original issue reported on code.google.com by
roslov.a...@gmail.com
on 1 Mar 2013 at 5:36