-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Radio buttons render as a text input in IE8 #12295
Comments
@jerel Is there a quick way for someone to see this emulated in IE8 (don't personally have a PC) ? |
https://github.com/xdissent/ievms ought to help you out. |
@jherdman I was curious if there was anything quicker (than installing) perhaps web based. Really don't want to install IE8 :( |
@pixelhandler here is a screenshot of the result and the code: As far as I can tell the resulting html is correct. I've compared between my v1.12.x and v1.13.x versions. I'm guessing it has something to do how the element is created (timing of when the type is added perhaps) but that's just a guess. |
@pixelhandler There's the free trial browserstack offers: https://www.browserstack.com/ |
This is likely the same as tildeio/htmlbars#380 which came from #11553. |
@eddflrs yeah would be cool if could group fund browserstack for ember debugging as a community |
@jerel yeah |
This does appear to be caused by Ember trying to set As a temporary workaround I implemented a component with |
This should be fixed in the latest #12351 |
Fixed by #12596. |
Here is a very tiny example: http://emberjs.jsbin.com/kiyesi
<input type="radio">
of course renders fine in IE8 but rendering the same minimal example dynamically via a component results in a text input instead:I just upgraded from Ember v1.12.x and the problem did not exist there.
The text was updated successfully, but these errors were encountered: