Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot save forms in Microsoft Edge #94

Closed
dellermann opened this issue Dec 20, 2016 · 2 comments
Closed

Cannot save forms in Microsoft Edge #94

dellermann opened this issue Dec 20, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@dellermann
Copy link
Owner

When I click the "Save" button in any form nothing happens. The form is not saved. The Problem occurs in Microsoft Edge.

@dellermann dellermann added the bug label Dec 20, 2016
@dellermann dellermann added this to the 2.0 milestone Dec 20, 2016
@dellermann dellermann self-assigned this Dec 20, 2016
@dellermann
Copy link
Owner Author

The error is caused by missing support for the form attribute at or tags. It seems there is a polyfill.

dellermann added a commit that referenced this issue Jan 26, 2017
Fix a bug that forms could not be saved in Microsoft Edge.  This was caused by
missing support for the "form" attribute at input controls.  Add a polyfill
which adds the missing support.
@dellermann
Copy link
Owner Author

Fixed in commit 9ec56b9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant