Closed
Bug 177349
Opened 22 years ago
Closed 21 years ago
select type unusable via mouse
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 154670
People
(Reporter: leopoldo.donati, Unassigned)
Details
I create pages with select type inside. Everything work fine in the Ms Windows
OS but not in Linux OS.
When I try to click to open the selection and choose between the values the
list eventualy (not always!) open but then I can't reach any element in the
list because the list close immediatly.
Here the way I create the select field:
<SELECT NAME=FLD_2_30 onChange="setField('FLD_2_30', this.value, '')">
<OPTION VALUE="1">AAA</OPTION>
<OPTION VALUE="2" SELECTED>BBB</OPTION>
<OPTION VALUE="3">CCC</OPTION>
<OPTION VALUE="4">DDD</OPTION>
<OPTION VALUE="5">EEE</OPTION>
<OPTION VALUE="6">FFF</OPTION>
<OPTION VALUE="7">GGG</OPTION>
</SELECT>
Comment 1•22 years ago
|
||
Please attach a complete page demonstrating the problem -- that snippet of HTML
works fine when I try it.
Comment 2•22 years ago
|
||
this is probably bug 154670
==> Form controls
Assignee: asa → form
Component: Browser-General → Layout: Form Controls
QA Contact: asa → tpreston
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 154670 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•