Bug Tracker

Changes between Initial Version and Version 8 of Ticket #10197


Ignore:
Timestamp:
Sep 3, 2011, 12:47:52 PM (12 years ago)
Author:
Rick Waldron
Comment:

I'll resolve this by the end of today.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10197

    • Property Status changed from new to assigned
    • Property Cc jaubourg added
    • Property Component changed from unfiled to support
    • Property Priority changed from undecided to blocker
    • Property Milestone changed from None to 1.7
    • Property Owner set to Rick Waldron
  • Ticket #10197 – Description

    initial v8  
    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: "http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.js Line: 1182"]
     7uncaught exception: [Exception... "An invalid or illegal string was specified"  code: "12" nsresult: "0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)"  location: " Line: 1182"]
    88
    99The error does not occurs with jquery 1.6.2.
     
    1111Check this page as an example :
    1212
    13 http://vizionr.fr/index_1_6_3.xhtml -> fails with jquery 1.6.3
     13 -> fails with jquery 1.6.3
    1414while
    15 http://vizionr.fr/index.xhtml -> works (same page with with jquery 1.6.2)
     15 -> works (same page with with jquery 1.6.2)
    1616
    1717Cheers