Bug Tracker

Opened 15 years ago

Closed 15 years ago

#2144 closed bug (fixed)

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>

Change History (1)

comment:1 Changed 15 years ago by joern

Resolution: fixed
Status: newclosed

Fixed in [4287].

Note: See TracTickets for help on using tickets.