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

fix: IE11 does not handle HTML5 form attribute #674

Merged
merged 1 commit into from
Jun 5, 2017
Merged

fix: IE11 does not handle HTML5 form attribute #674

merged 1 commit into from
Jun 5, 2017

Conversation

enguerran
Copy link
Contributor

Internet Explorer and Edge do not support HTML5 form.
You can check it on https://html5test.com/

So, either we update html markup to wrap all inputs into the form element (this very PR), either we add some crappy JavaScript code to trigger the form submission on button click.

@enguerran enguerran requested review from nono and goldoraf June 2, 2017 12:49
@codecov-io
Copy link

Codecov Report

Merging #674 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #674   +/-   ##
=======================================
  Coverage   68.12%   68.12%           
=======================================
  Files         128      128           
  Lines       12146    12146           
=======================================
  Hits         8274     8274           
  Misses       2858     2858           
  Partials     1014     1014

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fce9a09...bfad12a. Read the comment docs.

@nono
Copy link
Member

nono commented Jun 2, 2017

@GoOz what do you think?

@enguerran enguerran requested a review from GoOz June 2, 2017 14:06
@enguerran enguerran self-assigned this Jun 2, 2017
Copy link
Contributor

@GoOz GoOz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯% approved.
Let's make it the old way as much as possible.

@nono nono merged commit 360d193 into cozy:master Jun 5, 2017
@enguerran enguerran deleted the fix.ie11.login branch June 6, 2017 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants