-
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
polymer declarative event doesn't work in lightdom mode #331
Comments
Duplicated with 0.1.1: http://jsbin.com/itAPuxac/5/edit ... code copied from docs |
Due to this issue, I also had to abandon the |
Looks like this is still broken in 0.1.4: http://jsbin.com/itAPuxac/7/edit
|
FYI, the It was always considered experimental, creating a lot of bugs like this. Should we close this? |
We've eliminated the 'lightdom' attribute on polymer-element. This was done mainly because users found it confusing as the capabilities of a template stamped into ShadowDOM are different from one stamped into light dom. That said, we think there are use cases for elements putting other elements inside their light dom and we want to allow support for this. Thus, this bug was fixed. The 'lightFromTemplate' method is available as a helper method allowing stamping of a template into light DOM. |
When lightdom attribute is set on polymer-element, declarative event doesn't seem to work.
Clicking on #bar doesn't invoke clickHandler().
jsbin: http://jsbin.com/UfECAra/1/edit
The text was updated successfully, but these errors were encountered: