F.type() on input elements which are disabled should fail.
Open
p3
- Dominant language
- JavaScript
- Stars
- 571
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
Hi there.
I'm not sure if it is a bug or not, but why is it possible to "type" on an input-element which is disabled? My expectation is that it should fail on qunit. First of all you can't click on an element which is disabled, secondly you can't type on an input element which is disabled.
Small fiddle to test it out:
http://jsfiddle.net/NvaJ8/2/
Thanks for any suggestions!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.