0
我在字段集中有三個選擇框。 一切工作正常,但新的Firefox更新後有一個問題。多個選擇框關注第一個選擇框
當我點擊第二個或第三個選擇框時,它會關閉下拉菜單並關注第一個選擇框。我已經禁用了js,並且在CSS中只有關注元素的邊框樣式。
任何想法?
<fieldset><div><label>Geburtsdatum:
<input type="hidden" value="" id="birthDate" name="lottery.birthDate">
<div class="clearfix"></div>
<select id="bDay" name="bDay">
</select>
<select id="bMonth" name="bMonth">
</select>
<select id="bYear" name="bYear">
</select>
<div class="clearfix"></div>
</label></div></fieldset>
我刪除了選項列表。
有什麼想法? 這個bug只是最新的firefox版本。
問候。 Geburtsdatum後