#12640 closed bug (invalid)
jquery.min.js crashed in IE9 when call a.getAttribute("classid").
Reported by: | Owned by: | ||
---|---|---|---|
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
Owner: | set to Dimox@… |
---|---|
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 11 years ago by
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!
comment:3 follow-up: 4 Changed 10 years ago by
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 Changed 10 years ago by
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
Can you come up with a jsfiddle testcase demonstrating the issue with minimal code?