Ticket #6215 (closed defect: fixed)

Opened 16 months ago

Last modified 14 months ago

Button: submit button value not in form data

Reported by: guest Owned by: doughays
Priority: normal Milestone: 1.2
Component: Dijit Version: 1.0
Severity: normal Keywords:
Cc:

Description

When a form is submitted via a dijit.form.Button which has "submit" as its type. The buttons name/value is not added to the form data.

Attachments

button_submit.html (0.6 kB) - added by guest 16 months ago.

Change History

Changed 16 months ago by guest

Changed 16 months ago by dante

  • owner deleted
  • component changed from DojoX Form to Dijit

Changed 16 months ago by bill

  • owner set to doughays
  • summary changed from Submit button value not in form data to Button: submit button value not in form data

Need to test if this is just a problem with programatically created buttons, and also if it's specific to a certain browser.

Changed 16 months ago by guest

Sorry, the button to be parsed in the attached file should have the attribute 'type="submit"'

Changed 16 months ago by guest

A quick inspection shows that the name and value attributes of the "button" node are not being set.

Changed 14 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [13752]) Fixes #6215 !strict. Added name attribute to Button template. Moved scrollIntoVIew call from _Widget to _FormWidget to keep multiple widgets from trying to scroll at the same time.

Note: See TracTickets for help on using tickets.