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

Element superclass is always HTMLElement #168

Open
galanovnick opened this issue Nov 13, 2017 · 1 comment
Open

Element superclass is always HTMLElement #168

galanovnick opened this issue Nov 13, 2017 · 1 comment

Comments

@galanovnick
Copy link

galanovnick commented Nov 13, 2017

Description

No matter which parent your class have, iron-doc-element always displays HTMLElement.
If you try to replace superclass from the source JSON with another value, a computed reference in iron-doc-element will lead to https://baseurl/mixins/Superclass which is pretty weird. I'm not saying that it should find the real source URL of my superclass, but it's definitely shouldn't point to mixins.

image

class MyCustomElementExample extends MySuperclass { ... }

Expected outcome

The actual superclass is shown and its link does not refer to mixins.

Actual outcome

The HTMLElement superclass is shown.

@galanovnick
Copy link
Author

The issue is probably connected to https://github.com/Polymer/polymer-analyzer/issues/750.

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

1 participant