Changes between Version 9 and Version 13 of Ticket #10197
- Timestamp:
- Sep 4, 2011, 12:09:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10197
-
Property
Milestone
changed from
1.7
to1.6.4
-
Property
Milestone
changed from
-
Ticket #10197 – Description
v9 v13 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: " http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.jsLine: 1182"]7 uncaught exception: [Exception... "An invalid or illegal string was specified" code: "12" nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)" location: " 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 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)13 -> fails with jquery 1.6.3 while -> works (same page with with jquery 1.6.2) 14 14 15 15 Cheers