mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
31 lines
503 B
HTML
31 lines
503 B
HTML
|
<html><head><title>weird bug</title></head>
|
||
|
<body>
|
||
|
<form><table border=1>
|
||
|
<tr>
|
||
|
<td nowrap>
|
||
|
<fieldset>
|
||
|
<legend align=center>Spacing</legend>
|
||
|
<table width="100%" border=1>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<label>
|
||
|
Letter:<br>
|
||
|
<select type="select-one" name="letter-spacing-selector" size=1 maxlength=80>
|
||
|
<option>foo</option>
|
||
|
</select>
|
||
|
</label>
|
||
|
When in GFX render mode for combobox a table cell grows with each click of the
|
||
|
combobox button.
|
||
|
|
||
|
Example:
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</fieldset>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|