Ticket #302 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Different payload in FF & Chrome when submitting form with no members

Reported by: idbr Owned by: idbr
Priority: minor Milestone: 0.4
Component: modules/kauri-forms Version: trunk
Keywords: ajax chrome firefox Cc:

Description (last modified by idbr) (diff)

When submitting a form with no members (empty members property in fconf), the Firefox AJAX call has an empty payload, while the one from Chrome contains 'undefined'.

To reproduce:

  • Remove all of the fields in the members property of a sample
  • Load sample
  • Submit (ignore server error)

Now check in Firebug and Chrome's own developer console the contents of the AJAX post.

Change History

comment:1 Changed 3 years ago by idbr

There's a ticket in jQuery for this issue, but the underlying problem is a bug/inconsistency in Chrome

Here are the relevant links:

So I guess we just wait until these get fixed.

comment:2 Changed 3 years ago by idbr

  • Description modified (diff)

comment:3 Changed 3 years ago by jgou

  • Status changed from new to closed
  • Resolution set to fixed

WebKit? bug: https://bugs.webkit.org/show_bug.cgi?id=36506
Fixed in WebKit? here: http://trac.webkit.org/changeset/56422

Browsers using webkit 533.3 or higher are no longer affected.

Note: See TracTickets for help on using tickets.