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

Linter gives invalid inline event handler warning for auto-binding-dart #20913

Closed
jakemac53 opened this issue Sep 11, 2014 · 2 comments
Closed
Assignees
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.

Comments

@jakemac53
Copy link
Contributor

Given:

<template is="auto-binding-dart">
  <button on-tap="{{buttonTap}}">Tap me!</button>
</template>

You will get a warning about inline event handlers not being supported on templates, only on polymer elements. However, auto-binding-dart is a polymer element. We need to check for an is tag to see if it is in fact a polymer element before throwing this warning.

@jakemac53
Copy link
Contributor Author

Fixed in r40175


Added Fixed label.

@jakemac53 jakemac53 added Type-Defect area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Sep 12, 2014
@jakemac53 jakemac53 self-assigned this Sep 12, 2014
@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/polymer-dart#441.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.
Projects
None yet
Development

No branches or pull requests

2 participants