-
Notifications
You must be signed in to change notification settings - Fork 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
[0.8] Nested property binding not working on Firefox/IE #1391
Comments
Created a demo case for this: http://jsbin.com/mawexu/2/edit?html,output At the moment this is preventing every more complex web components application to run in anything but Chrome (did not test on Safari, but I would assume it will react the same way as IE/FF). |
This was brought up in Slack as well. Just curious if @kevinpschaaf or @sorvell see's anything wrong with the above example. |
Not sure if that's related, but while analyzing nested, preserve-content templates which fail only in IE and Safari I found that the |
In Safari probably this bug might be the reason https://bugs.webkit.org/show_bug.cgi?id=137619 Just checked, that error still exists in Safari 8.0.5 |
Closing this issue as it was resolved in one of the recent commits. |
Consider the following code:
In Chrome, this results in: First name Last name being displayed.
In Firefox/IE, this results in First name only.
The text was updated successfully, but these errors were encountered: