<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:10pt;color:#000000;">Hi list,<br><br>attached is a small path for an inconsistency<br>in some of the CGI's DOM. Typical example:<br><br><table><form><tr><td>...</td></tr></form></table><br><br>is not valid. Instead it should be:<br><br><form><table><tr><td>...</td></tr></table></form><br>or<br><table><tr><td><form>...</form></td></tr></table><br><br>When loaded in its own window, frame or iframe all<br>shows up ok. However, when loaded in an existing<br>DOM, typically in a <div>-tag, some forms are lost<br>in some browsers (observed in FF3.x).<br><br>The patch is against release 3.2.3 and has been<br>tested in Chrome3, Chrome8, FF3.5, IE6, IE8
 and<br>Opera10.<br><br>Affected CGIs are:<br> - avail.cgi<br> - config.cgi<br> - histogram.cgi<br> - trends.cgi<br><br>There are probably more bugs in there, but this<br>was my immediate itch. Please include or comment.<br><br>Thanks in adv<br>/S-G<br>______________________________________________<br><br>Sven-Göran Bergh, Systemasis AB<br><div>______________________________________________<div><br></div></div>
</div><br></body></html>