| Issue 396: | warning of jQuery UI version | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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.
|
Labels: Milestone-Release1.2.3