-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.closed-obsoleteClosed as the reported issue is no longer relevantClosed as the reported issue is no longer relevantlibrary-htmltype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.closed-obsoleteClosed as the reported issue is no longer relevantClosed as the reported issue is no longer relevantlibrary-htmltype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)