Changes between Version 8 and Version 9 of Ticket #10197
- Timestamp:
- Sep 3, 2011, 5:33:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10197 – Description
v8 v9 5 5 Most browsers (ffx, Safari, Chrome) with such error message : 6 6 7 uncaught exception: [Exception... "An invalid or illegal string was specified" code: "12" nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)" location: "Line: 1182"]7 uncaught 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"] 8 8 9 9 The error does not occurs with jquery 1.6.2. … … 11 11 Check this page as an example : 12 12 13 -> fails with jquery 1.6.3 14 while 15 -> works (same page with with jquery 1.6.2) 13 http://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) 16 14 17 15 Cheers