Issue 396: warning of jQuery UI version
Status:  Fixed
Owner: ----
Closed:  Jan 2013
Reported by amrocs...@gmail.com, Jan 20, 2013
What steps will reproduce the problem?
1.version up jQueryUI 1.8 to 1.10
2.warning on chrome console "ui.dynatree._init() was called; you should upgrade to jquery.ui.core.js v1.8 or higher.".


I found that line 2844 on jquery.dynatree-1.2.2.js (in _init function), following code cause this warning.

> if( parseFloat($.ui.version) < 1.8 ) {


"parseFloat("1.10.0") < 1.8" is TRUE.


Jan 21, 2013
Project Member #1 moo...@wwwendt.de
(No comment was entered for this change.)
Status: Accepted
Labels: Milestone-Release1.2.3
Jan 26, 2013
Project Member #2 moo...@wwwendt.de
This issue was closed by revision r637.
Status: Fixed