#1114 closed bug (fixed)
<LEGEND> with firefox
Reported by: | rburton | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello, sorry for my bad english ...
With the last jquery-latest-pack
$(document).ready(function(){
$("body").append('<fieldset id="myfs"></fieldset>'); $("#myfs").append('<legend>test</legend>');
});
Under firefox, the html element <legend></legend> is NOT created (under IE, it's ok !)
a bug ?
Best regards ... RB
Note: See
TracTickets for help on using
tickets.
Yes it is a bug and now it is fixed in Rev. [1785].