Closed
Bug 1539388
Opened 6 years ago
Closed 5 years ago
Submit button does not post value
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ashishraina, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36
Steps to reproduce:
I have an html page with a submit button like below,
<input type="text" value="hello"/>
<input name="AddNum" type="SUBMIT" value="Add Num">
Actual results:
On FF66 only text value is posted the button value post is missing.
Expected results:
on FF65, when I click on Add button, the values in text field are posted along with AddNum: Add Num.
The submit button value should be posted.
Updated•6 years ago
|
Has STR: --- → yes
Comment 1•6 years ago
|
||
Please attach a complete testcase with the "attach file" link in this report or provide a URL.
Component: Untriaged → DOM: Core & HTML
Flags: needinfo?(ashishraina)
Product: Firefox → Core
Comment 2•5 years ago
|
||
Please feel free to reopen when there is a complete testcase to help move this forward. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•