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

input is CheckboxInputElement returns true for inputs #22967

Closed
DartBot opened this issue Mar 24, 2015 · 4 comments
Closed

input is CheckboxInputElement returns true for inputs #22967

DartBot opened this issue Mar 24, 2015 · 4 comments
Labels
area-library closed-obsolete Closed as the reported issue is no longer relevant library-html type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Mar 24, 2015

This issue was originally filed by Jan.Mos...@gmail.com


What steps will reproduce the problem?
Create HTML page with input fields and checkbox, if you get a list of input elements and do (input is CheckboxInputElement), it returns true for all input elements.

What is the expected output? What do you see instead?

I'm expecting it to return false for normal input and true for CheckboxInputElement

What version of the product are you using?

Dart 1.8.5

On what operating system?

OSX 10+

What browser (if applicable)?

Dartium

Please provide any additional information below.

See my stackoverflow post:
https://stackoverflow.com/questions/29225791/how-to-check-if-inputelement-is-a-checkbox-in-dart/29225906

@lrhn
Copy link
Member

lrhn commented Mar 25, 2015

Added Library-Html, Area-Library, Triaged labels.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Mar 1, 2016
@greglittlefield-wf
Copy link
Contributor

Just ran into this; very confusing to debug.

@greglittlefield-wf
Copy link
Contributor

Related: #12265

@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 19, 2018
@matanlurey
Copy link
Contributor

Dartium is gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-library closed-obsolete Closed as the reported issue is no longer relevant library-html type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

5 participants