Side navigation
#7949 closed bug (invalid)
Opened January 11, 2011 05:47PM UTC
Closed January 26, 2011 07:59AM UTC
Type Error thrown in IE8 - related to querySelectorAll
Reported by: | gray8110@gmail.com | Owned by: | gray8110@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I haven't been able to pinpoint what is causing an object to be passed to the replace method, but when running a minified version of 1.4.4, but this line within the qSA declaration will throw a type error in IE8. Older versions of IE and webkit/mozilla browsers
query = query.replace(/\\=\\s*([^'"\\]]*)\\s*\\]/g, "='$1']");
I've been able to resolve the issue by checking that query is a string before invoking replace(). This error is only reproducible when jQuery has been minified. The error is thrown using both YUI and closure compiler minified code including the OOTB version provided by jQuery.
Attachments (0)
Change History (3)
Changed January 11, 2011 05:49PM UTC by comment:1
Changed January 11, 2011 07:14PM UTC by comment:2
owner: | → gray8110@gmail.com |
---|---|
status: | new → pending |
Thanks for submitting a ticket to the jQuery Bug Tracker. In order for us to fully evaluate the bug you are experiencing, please provide us a reduced test case (ideally on http://jsfiddle.net.
Are you saying that you're experiencing the error in IE8 by simply including jQuery 1.4.4 in minified form in your pages? Again, as much information as possible would help greatly here.
Changed January 26, 2011 07:59AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Just a clarification - Older versions of IE and webkit/mozilla browsers do not throw the error.