Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Malformed TabIndex in IE10 with ScreenreaderMode

$
0
0
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:

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">

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!!!

Viewing all articles
Browse latest Browse all 4756

Trending Articles