
Nested forms webrat can submit inner form browsers dont
Reported by diabolo | June 15th, 2009 @ 06:25 AM
I have some bad code at the moment which does roughly the following
form post edit_order
form post login
login fields
submit login button
end form
button edit order
end form
Apologies for my dodgy pseudocode :)
Anyhow in webrat if I fill in the login fields and press the login button, then the login form is correctly submitted
In firefox and safari if I do the same the order is edited.
Now I realise that my form is pants, but thats not the point. What I'd hope is that this code blow up under webrat so my feature would fail, i.e that webrat would post the outer form.
I think of this as a nice to have, so am submitting the bug just to pass on the info which hopefully is useful.
All best - and thankyou for webrat
Andrew
Comments and changes to this ticket
-
Bryan Helmkamp June 15th, 2009 @ 10:24 AM
- State changed from new to duplicate
Looks like this was double posted as #264 also. Closing this as a dupe, and leaving the other one.
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 ยป
Ruby Acceptance Testing for Web applications.