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

(control is TextInputElement) is true for a CheckboxInputElement #12265

Closed
peter-ahe-google opened this issue Aug 6, 2013 · 2 comments
Closed
Assignees
Labels
closed-as-intended Closed as the reported issue is expected behavior web-libraries Issues impacting dart:html, etc., libraries

Comments

@peter-ahe-google
Copy link
Contributor

From 10383#­10

Not sure if it's related, but now (control is TextInputElement) is true for a CheckboxInputElement (with Dart VM) (Dart SDK 0.6.9.2-r25388)

@peter-ahe-google
Copy link
Contributor Author

See comment 10 in issue #10383 (https://code.google.com/p/dart/issues/detail?id=10383#c10)

@blois
Copy link
Contributor

blois commented Aug 6, 2013

damieng- this is by design, a side-effect of how these types are implemented. They are all actually InputElements.

See https://code.google.com/p/dart/issues/detail?id=1684


Set owner to @blois.
Added AsDesigned label.

@peter-ahe-google peter-ahe-google added Type-Defect web-libraries Issues impacting dart:html, etc., libraries closed-as-intended Closed as the reported issue is expected behavior labels Aug 6, 2013
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-as-intended Closed as the reported issue is expected behavior web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

3 participants