gitgift / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Content scripts dependent on jQuery fail to initialize #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem? Describe completely:
e.g., go to http://userscripts.org/scripts/show/119821, the following will be 
seen in console:
Uncaught TypeError: Cannot read property 'compareDocumentPosition' of null
Uncaught ReferenceError: $ is not defined

Minimalist version   - 0.5.20
Relevant core module -
Chrome version       - 18.0.1003.1 dev-m
Operating System     - Windows 7 SP1 64bit
Language             -
Google Apps user?    -
Other extensions     -

Please provide any additional information below and attach screenshots if
relevant.

Original issue reported on code.google.com by jief...@gmail.com on 12 Jan 2012 at 5:24

GoogleCodeExporter commented 8 years ago
This is a Chrome/jQuery bug in the dev channel and out of my control. jQuery 
fails to initialize in content scripts.

Original comment by anst...@gmail.com on 12 Jan 2012 at 5:30

GoogleCodeExporter commented 8 years ago
is a workarround available ? (does the non min version work ?)

Original comment by nick.rus...@gmail.com on 15 Jan 2012 at 8:51

GoogleCodeExporter commented 8 years ago
Not that I know of. I tried the minified and unminified versions as well as 
several older versions. No dice. We're going to have to wait this one out or 
I'll have to rewrite those scripts in pure JS but I have no time right now. 
Sorry.

Original comment by anst...@gmail.com on 15 Jan 2012 at 8:55