send() ignores inputs with forms that are spread over table
Reported by Felix Wolfsteller | May 9th, 2014 @ 08:58 AM
With a chromium browser I run somthing like this:
"#thePOSTform".onSubmit(function(event) { event.stop(); // ... this.send({ onComplete: function(xhr) { // ... } }); });
When the form is not nested in a table (s not in different
s) everything works fine. If not, I do not see the data being sent. I have a minimal ruby/sinatra example if that is of interest. |
Comments and changes to this ticket
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RightJS Core Tickets