You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected output?
The button should be completely disabled. No on-click event should ever fire no matter where we click on the button.
What do you see instead?
When you click on the Dart logo the on-click event fires and the counter increments - BAD!.
When you click on the "Click me" text, the on-click event does not fire - GOOD!.
What version of the product are you using? On what operating system?
Dart Editor version 0.8.1_r28355
Dart SDK version 0.8.1.2_r28355
Slackware64 14.0
The text was updated successfully, but these errors were encountered:
This issue was originally filed by Cooltomme@gmail.com
What steps will reproduce the problem?
<button disabled="disabled" on-click="increment">Click me
<img src="https://www.dartlang.org/imgs/dart-logo.png">
</button>
What is the expected output?
The button should be completely disabled. No on-click event should ever fire no matter where we click on the button.
What do you see instead?
When you click on the Dart logo the on-click event fires and the counter increments - BAD!.
When you click on the "Click me" text, the on-click event does not fire - GOOD!.
What version of the product are you using? On what operating system?
Dart Editor version 0.8.1_r28355
Dart SDK version 0.8.1.2_r28355
Slackware64 14.0
The text was updated successfully, but these errors were encountered: