Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.1
-
Unknown
-
Description
<span class="buttonwrapper"><input type="submit" value="Apply" name="confirm" disabled="disabled" class="button"/></span>
This code display a disabled button. The issue if that it does not looks disabled at all and you can even click on it but nothing happen because at html level it's actually disabled. That makes it looks like a bug for a user.