Closed
Bug 258270
Opened 21 years ago
Closed 21 years ago
input type="image" does not submit form on page but gets selected
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: stijn, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040905 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040905 Firefox/0.9.3
I need to order products from http://www.ahrendonline.nl/. I need to search for
products using the search form on the top left side, specifically the "Zoek op
woorden" (search by keyword) input box (the second one).
With Firefox 0.8 I could use this form. With Firefox 0.9.3 I can't get the form
to submit; clicking on the 'Zoek' (search) image will select it (or at least,
grey it), pressing enter or space bar doesn't seem to do anything at all.
I checked the source but did not see any obvious problems; in fact, it appears
that this is a simple webform that uses an <input type="image"> as a submit button.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.ahrendonline.nl/
2. Enter a keyword in the second text input on the top left side (below "Zoek op
woorden"), for example "muis" (mouse)
3. Try and submit the form using the button ("Zoek", search)
Actual Results:
The button got selected
Expected Results:
The form should have been submitted.
Firefox 0.9.3 compiled from FreeBSD ports. Fresh profile install on this version.
Comment 1•21 years ago
|
||
The name of the input element is 'submit'. This might be of importance.
Comment 2•21 years ago
|
||
Same behaviour found when using:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
On a Microsoft Windows 2000 machine
5.00.2195
Service Pack 4
Comment 3•21 years ago
|
||
WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040907
Firefox/1.0 PR (NOT FINAL)
0.9.3 is outdated, can you please retest with a nightly branch build?
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-0.9/
| Reporter | ||
Comment 4•21 years ago
|
||
You're right -- it does work again with a nightly Win32 build (20040905). I
can't verify a nightly on FreeBSD (I'd have to compile from CVS, adding in all
20 patches from the port etc.) but seeing as this problem was present in 0.9.3
on Win32 I'd say it's fixed in HEAD. I'll wait for 1.0 then.
Sorry for wasting your time...
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•