Closed
Bug 391690
Opened 18 years ago
Closed 18 years ago
Form not recognizing SELECTED.
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INCOMPLETE
People
(Reporter: dprins, Unassigned)
Details
Attachments
(1 file)
|
313 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
While doing some development work, I've discovered Mozilla 2.0.0.6 is not recognizing the SELECTED command on a SELECT form field.
I did a mockup in frontpage of the HTML code below: IE 7 highlights the correct option, Firefox does not.
<form method="POST" action="page2.php">
<p>
<select size="1" name="D1">
<option value="1">test1</option>
<option value="2" selected>test2</option></select>
<input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
In the above case, test1 is being selected incorrectly.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
Test should be highlighted when the page loads
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
The attached testcase works fine for me, Firefox 2.0.0.6 on Vista and Linux.
David, please attach a testcase that demonstrates the problem (use the
"Add an attachment" on the bug report.) Thanks.
Whiteboard: CLOSEME 2007-08-20
Updated•18 years ago
|
Whiteboard: CLOSEME 2007-08-20 → CLOSEME 2007-08-20 (WFM)
Comment 3•18 years ago
|
||
URL or complete testcase for reproducing the problem is missing.
-> INCOMPLETE
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INCOMPLETE
Whiteboard: CLOSEME 2007-08-20 (WFM)
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•