stepy icon indicating copy to clipboard operation
stepy copied to clipboard

Disabled fields are not tested

Open visicode opened this issue 12 years ago • 0 comments

Disabled fields are not tested, but in fact they should be! 1- in some cases, fields can be disabled while analyzing the input with Ajax! 2- a disabled field should contain a correct input in any case!

You should modify this line: $($step.find(':input:enabled').get().reverse()).each(function() {

or add an option to test disabled fields

Thanks

visicode avatar Sep 29 '12 06:09 visicode