Side navigation
#10788 closed bug (duplicate)
Opened November 14, 2011 09:56PM UTC
Closed November 14, 2011 09:58PM UTC
Last modified November 14, 2011 10:00PM UTC
Line: 2479 Error: Object doesn't support property or method 'getAttributeNode'
Reported by: | greg@gmbconsulting.net | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is the same issue as in Ticket #10390.
the code is a bit more complicated but the guts of it are :
CODE:
$('body').append('<div id="ClickMenu"></div>');
var hm = $('#ClickMenu');
hm.stop().fadeIn('fast'); // ERROR LOCATION
Results in:
Line: 2479
Error: Object doesn't support property or method 'getAttributeNode'
Happens when running IE9 in compatibility note (Document Mode ie7 standard under IE developer tools)
Attachments (0)
Change History (3)
Changed November 14, 2011 09:58PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed November 14, 2011 10:00PM UTC by comment:3
@rwaldron why did you close this ticket as a duplicate of another closed ticket? ticket 10390 is closed because it did not get a response from the original creator, so I am opening a new one my self, is that wrong ?