Ticket #2030 (closed defect: wontfix)

Opened 2 years ago

Last modified 13 months ago

FormBind gives no feedback if the form's action url is a 404.

Reported by: guest Owned by: alex
Priority: normal Milestone: 1.0
Component: IO Version: 0.4
Severity: normal Keywords:
Cc: dylan, bill

Description

I used a post form to reproduce. May also work with get. When you click the submit button nothing happens. I think a javascript alert should pop. Note: a javascript error does not appear in the console.

If you need more info email me: http://www.tokash.org/contact/

Change History

Changed 22 months ago by dylan

  • milestone set to 1.0

Changed 13 months ago by tk

  • cc dylan, bill added

Checked against trunk, and xhr* does not care if your form has an action attribute either... it just sets ioArgs.url = ioArgs.url actnNode.value...

Should this even be a valid bug though? One of the big changes from 0.4 to 0.9 was removing a ton of "babysitting" checks. I think this would fall under that no?

CC'ing Dylan (last change) and Bill (more up to speed what we removed and didnt remove and why than I am)

Changed 13 months ago by peller

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

use dojo.query or dojo.behavior in 0.9

Note: See TracTickets for help on using tickets.