Closed
Bug 94260
Opened 24 years ago
Closed 24 years ago
SIZE of SELECT inputs with MULTIPLE are wrong
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: rainerm, Assigned: asa)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3+) Gecko/20010516
BuildID: 000000000000
I have a form with a SELECT that has the MULTIPLE and SIZE options specified.
The resulting size is wrong. I haze the option SIZE="5" yet it shows 6 1/2 lines
of text. The SELECT box works fine it just shows the wrong number of rows.
Reproducible: Always
Steps to Reproduce:
Try this (with <FORM> wrapped around it, of course):
<select name="Category" size="5" multiple="multiple">
<option value="-1" selected>All Categories</option>
<option VALUE="70">Bits & Blades</option>
<option VALUE="73">Bits & Blades > Drill Bits</option>
<option VALUE="75">Bits & Blades > Knife Blades</option>
<option VALUE="74">Bits & Blades > Saw Blades</option>
<option VALUE="55">Hand Tools</option>
<option VALUE="57">Hand Tools > Hammers</option>
<option VALUE="56">Hand Tools > Hand Saws</option>
<option VALUE="59">Hand Tools > Pliers</option>
<option VALUE="58">Hand Tools > Screwdrivers</option>
<option VALUE="60">Hand Tools > Wrenches</option>
<option VALUE="61">Mark & Measure</option>
<option VALUE="63">Mark & Measure > Folding Rules</option>
<option VALUE="66">Mark & Measure > Levels</option>
<option VALUE="64">Mark & Measure > Snap Lines</option>
<option VALUE="65">Mark & Measure > Squares</option>
<option VALUE="62">Mark & Measure > Tape Measures</option>
<option VALUE="49">Power Tools</option>
<option VALUE="50">Power Tools > Circular Saws</option>
<option VALUE="51">Power Tools > Drills</option>
<option VALUE="53">Power Tools > Drivers</option>
<option VALUE="52">Power Tools > Jigsaws</option>
<option VALUE="54">Power Tools > Sanders</option>
<option VALUE="67">Shape & Sand</option>
<option VALUE="68">Shape & Sand > Chisels</option>
<option VALUE="71">Shape & Sand > Files</option>
<option VALUE="69">Shape & Sand > Planes</option>
<option VALUE="72">Shape & Sand > Shapers</option>
</select>
Actual Results: n/a
Expected Results: n/a
This is from a Aug-6, 2001 CVS build.
Comment 1•24 years ago
|
||
Duplicate of "[LST]SELECTs with size > 1 do not size properly (are too large)"
*** This bug has been marked as a duplicate of 55063 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•