Closed
Bug 232885
Opened 22 years ago
Closed 22 years ago
Poll window right botton of the screen show the text garbled
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: svdmade, Unassigned)
References
()
Details
The bug doesn't exist on IE6 and Opera 7.23.. In Mozilla the text overlaps the
image and the text therefore is hard to read.
This part of the code for the poll I've copied this in as a reference.
<table height="100%" border="0" cellspacing="0" bgcolor="white" width="100%"
cellpadding="1">
<tr>
<td align="center"><a name="0201rollator"></a><script language="JavaScript"><!--
var checked_poll_0201rollator=0;
function clk_poll_0201rollator(){checked_poll_0201rollator=1}
function
submit_poll_0201rollator(){if(checked_poll_0201rollator){document.poll_0201rollator.submit();return
true}else{return false}}
//--></script><form method="POST" action="/actueel/rtlnieuws/#0201rollator"
name="poll_0201rollator" onSubmit="return submit_poll_0201rollator();"><table
border="0" cellpadding="2" cellspacing="0"><tr><th colspan="2"><font
color="#000000">Ouderen kunnen voortaan best zelf hun rollators en
incontinentieluiers betalen.</font><input type="hidden" name="poll_id"
value="0201rollator"></th></tr><tr valign="top"><td width="10"
align="right"><input type="radio" name="poll_answer" value="1"
onClick="clk_poll_0201rollator()"></td><td width="99%"><font
color="#000000">Eens</font></td></tr><tr valign="top"><td width="10"
align="right"><input type="radio" name="poll_answer" value="2"
onClick="clk_poll_0201rollator()"></td><td width="99%"><font
color="#000000">Oneens</font></td></tr><tr><td colspan="2" align="center"><input
type="image" border="0" src="/_internal/gbutton!0/hwil34prcal$cuivk13x"
name="poll_submit" value="Stem!" alt="Stem!"></td></tr></table></form>
<a href="/actueel/rtlnieuws/pollpagina.xml">Uitslagen eerdere polls</a><br>
<br>
</td>
</tr>
</table>
| Reporter | ||
Comment 1•22 years ago
|
||
It looks as if I had a library issue. Closing the bug for now. Sorry :-(
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•