jannbmsy / dynatree

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

latest jquery no longer has browser detection #409

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On line 1154 of the latest version of dynatree, the expression 
$.browser.msie 
is used. 
However, jQuery.browser is removed since version 1.9 
(see http://api.jquery.com/jQuery.browser/ )

Regards,

Joop Ringelberg

Original issue reported on code.google.com by joop.rin...@gmail.com on 20 Mar 2013 at 7:51

GoogleCodeExporter commented 8 years ago
I am sorry. Please disregard this message. It is based on my own confusion of 
two versions of dynatree; version 1.2.4 no longer refers to $.browser.msie.
My apologies.
Joop Ringelberg

Original comment by joop.rin...@gmail.com on 20 Mar 2013 at 9:57

GoogleCodeExporter commented 8 years ago
no problem ;-)

Original comment by moo...@wwwendt.de on 21 Mar 2013 at 7:16

GoogleCodeExporter commented 8 years ago
This is actually still an issue because jQuery.browser IS used in 
jquery.dynatree-1.2.4.js and line 83 gets flagged by JQMIGRATE. that line in 
the v1.2.4 script reads

var BROWSER = jQuery.browser || _checkBrowser

Original comment by irasc...@gmail.com on 28 Jun 2013 at 9:49