Ticket #2655 (closed defect: worksforme)

Opened 20 months ago

Last modified 9 months ago

Multiple requests on form bind (for post method)

Reported by: mknavaneethan@… Owned by: dante
Priority: normal Milestone: 1.1
Component: IO Version: 0.4.2
Severity: normal Keywords:
Cc:

Description

I noticed this weird behaviour.

I have a form in a dialog. The first time after the page is loaded or refreshed, when I submit form it's sending the request twice to my POST method. With every subsequent submit the number of requests increases by one (the secnd time I submit, 3 requests are sent, the third time 4 requests are sent and so on ... ).

Thanks, Karthik.

Change History

Changed 9 months ago by dylan

  • priority changed from highest to normal
  • owner changed from alex to dante
  • severity changed from blocker to normal
  • milestone changed from 0.4.4 to 1.1

investigate and see if this is still an issue with 1.0.x. I don't think it is, but it should be verified.

Changed 9 months ago by dante

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

I remember the ole' double-submit io.bind() bug, and am unable to reproduce it in any simple test, thought I could just be misunderstanding the setup. please reopen w/ testcase attached against upcoming 1.1 if the problem is found to be true again.

Note: See TracTickets for help on using tickets.