Export to GitHub

blueprintcss - issue #42
Form labels and/or select form elements are not clearing previous elements as they should
Posted on Sep 8, 2007 by
Happy Giraffe
Labels and select form elements are not clearing as they should.
See in the tests.html sample form the section for dummy 3 and dummy 4.
<div class="column span-2">
<label for="dummy3">dummy3 select</label>
</div>
<div class="column prepend-1 span-5 last">
<select id="dummy3" name="dummy3">
<option value="1">Ottawa</option>
<option value="2">Calgary</option>
<option value="3">Moosejaw</option>
</select>
</div>
<div class="column span-2">
<label for="dummy4">dummy4 select</label>
</div>
<div class="column span-6 last">
<select id="dummy4" name="dummy4">
<option>Favorite pet</option>
<optgroup label="mammals">
<option>dog</option>
<option>cat</option>
<option>rabbit</option>
<option>horse</option>
</optgroup>
<optgroup label="reptiles">
<option>iguana</option>
<option>snake</option>
</optgroup>
</select>
</div>
Comment #1
Posted on Sep 12, 2007 by Happy HorseThis will be fixed in the upcoming forms.css file.
Comment #2
Posted on Sep 29, 2007 by Happy HorseFixed in 0.6.
Status: Fixed
Labels:
Type-Defect
Priority-Medium