Bug Tracker

Modify

Ticket #2144 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

domManip broken in IE when using multiple elements

Reported by: scott.gonzalez Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocking: Blocked by:

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

comment:1 Changed 5 years ago by joern

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in [4287].

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.