Opened 10 years ago
Closed 10 years ago
#8586 closed bug (notabug)
core error in ie7,8
Reported by: | geschaft | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery.fn.extend({ ...
... append: function() {
return this.domManip(arguments, true, function( elem ) {
if ( this.nodeType === 1 this.nodeType === 11 ) { this.appendChild( elem );
}
...
causes to error and stop in IE7,8 when 'this' is <IMG>
Note: See
TracTickets for help on using
tickets.
This is not a jQuery UI bug. Please report the bug on http://bugs.jquery.com and make sure to include a link to a reduced test case showing the problem.