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

Extending input not working in Chromium 37.0.2062.94 Ubuntu 14.10 (290621) (64-bit) #754

Closed
nazar-pc opened this issue Sep 16, 2014 · 1 comment
Assignees

Comments

@nazar-pc
Copy link
Contributor

<polymer-element name="e-input" extends="input" noscript>
    <template>
        <content></content>
    </template>
</polymer-element>

Works perfectly in Firefox Nightly 35 with pollyfill, but in Chromium 37 with native support - not.
Demo: http://jsfiddle.net/p788rqq9/3/
Not sure whether this is bug in Polymer or I found one more bug in Blink...

@sorvell
Copy link
Contributor

sorvell commented Sep 24, 2014

Creating ShadowDOM on native elements like this is not well supported in blink right now. Polymer's support for this depends on the native implementation evolving. I'm going to close this issue in favor of this blink bug:

https://code.google.com/p/chromium/issues/detail?id=234020

@sorvell sorvell closed this as completed Sep 24, 2014
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

2 participants