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

Input helper type="email" breaks IE9 #10860

Closed
ctruelson opened this issue Apr 9, 2015 · 6 comments
Closed

Input helper type="email" breaks IE9 #10860

ctruelson opened this issue Apr 9, 2015 · 6 comments

Comments

@ctruelson
Copy link

IE9 throws "Invalid argument" for input helpers with a type of email

Ember 1.11.1

@justinwoo
Copy link
Contributor

IE9 does not support input.type of email

see: http://www.quirksmode.org/html5/inputs/

@ctruelson
Copy link
Author

Yes but I don't believe this broke or threw an error until ember 1.11

On Apr 11, 2015, at 7:25 PM, Justin Woo notifications@github.com wrote:

IE9 does not support input.type of email

see: http://www.quirksmode.org/html5/inputs/


Reply to this email directly or view it on GitHub.

@SaladFork
Copy link
Contributor

This is true for all new HTML5 input types. In previous versions it degraded gracefully to a text-type input. This is also true if you use <input>. However, using the {{input}} helper causes it to fail in IE9.

@awaer
Copy link

awaer commented Apr 13, 2015

Looks like this is fixed on canary as a part of #10458 with PR #10690.

@rwjblue
Copy link
Member

rwjblue commented Jun 10, 2015

Should be fixed now.

@rwjblue rwjblue closed this as completed Jun 10, 2015
@adamreisnz
Copy link

@rwjblue Hi Robert, this is still throwing an error for input type "tel" or "number" in IE9 it seems for Ember 1.11.3. Was this fixed in the 1.11.x branch? We are stuck with 1.11 and require IE9 support, so it would be nice to get this patched in that branch as well.

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

No branches or pull requests

6 participants