lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] Problem with "select" pulldown lists


From: Small, Gene
Subject: [Lynx-dev] Problem with "select" pulldown lists
Date: Wed, 12 Oct 2005 11:20:05 -0400

Lynx,

Has anyone noticed a problem with the formatting of select pulldowns when positioned exactly to the screen edge? I am running lynx with the "-nocolor -nomargins -nobold" options which may or may not have any effect on the problem. The problem that is occurring is that when the item is selected and the items of the list are displayed they use the entire width of the screen - not just the width of the widest element. This is repeatable both on my device which has a fixed width (26 character) display and on a terminal window where I can vary the width. When I set the width to 26 the problem occurs and when set to 27 it does not.

I've attached a very simple .html file that if you run in a 26 char wide terminal window will illustrate the issue if lynx is run with:

lynx -cfg somecfgfile -nomargin lynxTest.html

Thanks,
Gene Small

---------
<html>
<head>
  <title>Lynx Test Page</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p align=center>Some Radio<br>Some Waveform</p>
<form method=POST name=configform action="">
  <input type="submit" value="Config"> &nbsp;
  <input type="reset" value="Reset">
<br> NotOK..&nbsp;<select>
 <option  value='01'>01</option>
 <option  value='02'>02</option>
 <option  value='03'>03</option>
 <option  value='04'>04</option>
 <option  value='05' selected>05</option>
</select>
.<select>
 <option  value='00'>00</option>
 <option  value='99'>99</option>
</select>
<select>
 <option  value='00'>00</option>
 <option  value='99'>99</option>
</select>
<br> IsOK..&nbsp;<select>
 <option  value='01'>01</option>
 <option  value='02'>02</option>
 <option  value='03'>03</option>
 <option  value='04'>04</option>
 <option  value='05' selected>05</option>
</select>
.<select>
 <option  value='00'>00</option>
 <option  value='99'>99</option>
</select>
<select>
 <option  value='00'>00</option>
 <option  value='99'>99</option>
</select>
<p align=center><input type="submit" value="Config"></p>
</form>
</body>
</html>
-----------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]