Hi,
we found a small issue with setting an empty hint on a formitem in IE 8.
Please see your showcase called FormHintsSample and replace line 50 with call:
In IE 8 when the item has a focus and then you press tab > 'null' is shown as a hint.
Tested with: v8.3p_2013-09-05/LGPL Development Only
Can you fix this ?
Thanks
we found a small issue with setting an empty hint on a formitem in IE 8.
Please see your showcase called FormHintsSample and replace line 50 with call:
Code:
caseNumber.setHint("");
Tested with: v8.3p_2013-09-05/LGPL Development Only
Can you fix this ?
Thanks
Comment