Skip to main content

Bug Tracker

Side navigation

#2144 closed bug (fixed)

Opened January 10, 2008 07:51PM UTC

Closed January 14, 2008 03:58PM UTC

domManip broken in IE when using multiple elements

Reported by: scottgonzalez Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

SVN rev [4251] (fix for #2027) breaks in IE in some cases.

Sample code to produce the bug (fails in IE6 and IE7):

Script:

$(document).ready(function() {
	$('.foo').html('foo');
});

HTML:

<div class="foo"></div>
<div class="foo"></div>
Attachments (0)
Change History (1)

Changed January 14, 2008 03:58PM UTC by joern comment:1

resolution: → fixed
status: newclosed

Fixed in [4287].