Closed Bug 20179 Opened 25 years ago Closed 25 years ago

GET request incorrect: default value of combobox not sent

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: gadreau, Assigned: rods)

Details

When submitting a form (method=GET), the default value of a combobox is not
sent. However, if you click in the combobox and then submit, then the GET is
done correctly.

An example is available at: http://63.193.243.48/ (click on "View" for a photo
gallery).

The source code is:

<form method="get" action="/cgi-bin/gallery" >
  <select name="name">
    <option value="bretagne">Bretagne</option>
    <option value="westus">American West</option>
    <option value="gallery1">La Provence</option>
    <option value="gallery2">California</option>
  </select>
  <input type="submit" value="View">
</form>
Assignee: karnaze → rods
Reassigning to Rod.
I just tried this with this mornings build and it works fine in both viewer and
mozilla. Please verify. I will be makring it as works for me. (nice photos)
changed to M14
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
works for me (with native scrollbar) if this is a problem with GFX scrollbars
turned on then it is a duplicate of 19376, marking works for me.
Status: RESOLVED → REOPENED
I forgot to add some information about the test environment: I have done the
test with M11, Linux and Windows. If you go to the link provided, and on the
right click in Photo Galleries, click on "View", (without doing anything
else) you will go to:
http://63.193.243.48/cgi-bin/gallery?
but you should go to:
http://63.193.243.48/cgi-bin/gallery?name=bretagne

If you select something in the combobox, it works then, and you will go to the
right URL.

Maybe it was fixed between M11 and your version ?

Jean-Noel
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Yes, there were several problem with comboboxes in M11. it has been fixed. -
marking works for me
QA Contact: cpratt → ckritzer
WFM. Passing to ckritzer for final verification.
Yup.
Marking VERIFIED WORKSFORME on:
- Linux6 2000-03-01-13 Commercial build
- MacOS9 2000-03-01-13 Commercial build
- Win98 2000-03-01-16 Commercial build
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.