Bug Tracker

Modify

Ticket #1072 (closed bug: fixed)

Opened 6 years ago

Last modified 14 months ago

problem with append in IE6

Reported by: tonyt Owned by:
Priority: major Milestone: 1.1.3
Component: build Version: 1.1.2
Keywords: Cc:
Blocking: Blocked by:

Description (last modified by dmethvin) (diff)

The flowwing result in IE 6 creates two tbody elements, while in FF does not. <script type="text/javascript">

$(document).ready(

function() { t = document.getElementById("scroll1");

var tbody = document.createElement("tbody");

t.appendChild(tbody); bDiv = document.createElement("div") $(bDiv)

.css({ padding: "0px", margin: "0px", overflow: "auto"}) .append(t)

alert($(bDiv).html());

} );

</script> ..... <body> <table id="scroll1" class="scroll" cellpadding="0" cellspacing="0"> </table> .....

Change History

comment:1 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to fixed
  • Description modified (diff)

Misplaced in 'build' category. Bug was fixed long ago.

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.