Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#12640 closed bug (invalid)

jquery.min.js crashed in IE9 when call a.getAttribute("classid").

Reported by: Dimox@… Owned by: Dimox@…
Priority: low Milestone: None
Component: unfiled Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:

Description

Some object doesn't have property "getAttribute" (he is null) and when call this property (is not exits) all crashed. After wrote a check of existing property - all work normally.

Change History (4)

comment:1 Changed 11 years ago by sindresorhus

Owner: set to Dimox@…
Priority: undecidedlow
Status: newpending

Can you come up with a jsfiddle testcase demonstrating the issue with minimal code?

comment:2 Changed 11 years ago by trac-o-bot

Resolution: invalid
Status: pendingclosed

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!

comment:3 Changed 10 years ago by nevoxx

I have the same problem as the opener of the ticket. I found further information and a possible solution (works for me) here:

http://forum.jquery.com/topic/swfobject-don-t-have-getattribute-in-ie-9-28-11-2012

comment:4 in reply to:  3 Changed 10 years ago by anonymous

Replying to nevoxx: i use version 1.9.1

I have the same problem as the opener of the ticket. I found further information and a possible solution (works for me) here:

http://forum.jquery.com/topic/swfobject-don-t-have-getattribute-in-ie-9-28-11-2012

Note: See TracTickets for help on using tickets.