Side navigation
#1114 closed bug (fixed)
Opened April 09, 2007 06:50PM UTC
Closed April 25, 2007 06:42PM UTC
Last modified June 21, 2007 04:53AM UTC
<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
Attachments (0)
Change History (1)
Changed April 25, 2007 06:42PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Yes it is a bug and now it is fixed in Rev. [1785].