Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Fixes issue 401 which causes error when nested form created programatica...#704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…ically by code or third-party library
@jzaefferer : Any update on this PR? It has been around here for nearly a week. |
Sorry. Didn't have time since doing the 1.11.1 release. I'll check this out when I'm back home next week. |
Alright. Thanks. |
Thank you for the PR, but nested forms are invalid in HTML5. This comment provides a workaround specifically for the plupload issue:#401 (comment) |
benqus commentedFeb 6, 2015
Indeed, it is invalid in HTML5 but the problem is that other libraries generate a form into the DOM dynamically, such as plupload (https://github.com/moxiecode/plupload/blob/1.5.7/src/javascript/plupload.html4.js#L89). Our case is an Maybe just ignore validations of fields from nested forms? |
@jzaefferer: This PR replaces issue#401.