You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Paul Railslove (JIRA)" <ji...@apache.org> on 2013/02/08 20:49:13 UTC

[jira] [Commented] (COUCHDB-1668) jquery.couch.js is incompatible with jquery.js version 1.9

    [ https://issues.apache.org/jira/browse/COUCHDB-1668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574765#comment-13574765 ] 

Paul Railslove commented on COUCHDB-1668:
-----------------------------------------

"The jQuery.browser() method has been deprecated since jQuery 1.3 and is removed in 1.9. If needed, it is available as part of the jQuery Migrate plugin. We recommend using feature detection with a library such as Modernizr."
(http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed)

since we probably don't want to integrate modernizr, $.support (http://api.jquery.com/jQuery.support) would seem the way to go.
                
> jquery.couch.js is incompatible with jquery.js version 1.9
> ----------------------------------------------------------
>
>                 Key: COUCHDB-1668
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1668
>             Project: CouchDB
>          Issue Type: Dependency upgrade
>            Reporter: bob pasker
>
> jquery.couch 1.2.x line 998:
>           type: "GET", dataType: "json", cache : !$.browser.msie ...
> fails with error: 
> "Uncaught TypeError: Cannot read property 'msie' of undefined"
> because jquery 1.9 removed the deprecated jQuery.browser()
> see: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira