Side navigation
#12640 closed bug (invalid)
Opened October 03, 2012 10:06AM UTC
Closed October 18, 2012 09:02AM UTC
Last modified April 15, 2013 09:10AM UTC
jquery.min.js crashed in IE9 when call a.getAttribute("classid").
Reported by: | Dimox@mail.ru | Owned by: | Dimox@mail.ru |
---|---|---|---|
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.
Attachments (0)
Change History (4)
Changed October 03, 2012 11:31AM UTC by comment:1
owner: | → Dimox@mail.ru |
---|---|
priority: | undecided → low |
status: | new → pending |
Changed October 18, 2012 09:02AM UTC by comment:2
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!
Changed April 15, 2013 09:08AM UTC by comment:3
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
Changed April 15, 2013 09:10AM UTC by comment:4
Replying to [comment:3 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
Can you come up with a jsfiddle testcase demonstrating the issue with minimal code?