Search and Top Navigation
#8586 closed bug (notabug)
Opened September 19, 2012 03:19PM UTC
Closed September 19, 2012 03:22PM UTC
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>
Attachments (0)
Change History (1)
Changed September 19, 2012 03:22PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.