Bug Tracker

Changes between Version 8 and Version 9 of Ticket #10197


Ignore:
Timestamp:
Sep 3, 2011, 5:33:59 PM (12 years ago)
Author:
Rick Waldron
Comment:

Weird, it seems like links were removed from the original post when I replied from my mobile.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10197 – Description

    v8 v9  
    55Most browsers (ffx, Safari, Chrome) with such error message :
    66
    7 uncaught exception: [Exception... "An invalid or illegal string was specified"  code: "12" nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)"  location: " Line: 1182"]
     7uncaught exception: [Exception... "An invalid or illegal string was specified" code: "12" nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)" location: " http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.js Line: 1182"]
    88
    99The error does not occurs with jquery 1.6.2.
     
    1111Check this page as an example :
    1212
    13  -> fails with jquery 1.6.3
    14 while
    15  -> works (same page with with jquery 1.6.2)
     13http://vizionr.fr/index_1_6_3.xhtml -> fails with jquery 1.6.3 while  http://vizionr.fr/index.xhtml -> works (same page with with jquery 1.6.2)
    1614
    1715Cheers