Hi,
during my tests I discovered a strange tab order in some of my forms. The error only appears on read-only textareas when ScreenreaderMode is turned on.
Here is the generated HTML:
There are missing quotation marks at the end of the tabIndex and the beginning of the aria-readonly attribute values!
With Firefox 26 everything works as expected.
SmartClient Version: 10.0p_2015-01-26/PowerEdition
Browser: IE 10
ScreenreaderMode ist enabled!!!
during my tests I discovered a strange tab order in some of my forms. The error only appears on read-only textareas when ScreenreaderMode is turned on.
Here is the generated HTML:
Code:
<textarea name="creation_note" tabindex="1517aria-readonly=true" class="textItemEditableFocused" id="isc_5W" role="textbox" aria-labelledby="isc_5X" style="width: 906px; height: 21px; overflow: hidden; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" aria-multiline="true" wrap="SOFT" readonly="TRUE" $9a="$9b" $89="isc_AutoFitTextAreaItem_0" autocomplete="OFF" handlenativeevents="false">With Firefox 26 everything works as expected.
SmartClient Version: 10.0p_2015-01-26/PowerEdition
Browser: IE 10
ScreenreaderMode ist enabled!!!