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

ListGrid and aria-posinset

$
0
0
Dear Isomorphic team,

we have a short question, wether it is desired behaviour or a bug.

If we set ListGrid.setShowAllRecords(Boolean.TRUE), the generated HTML for a line in the grid looks like

<tr role="listitem">...</tr>

If I set ListGrid.setShowAllRecords(Boolean.FALSE) it looks like:

<tr role="listitem" aria-setsize="11" aria-posinset="1">...</tr>

I would like to have the aria-posinset attribute always available.

We use IE11, Firefox 36 and Chrome 41.

Our SmartGWT version is v10.0p_2015-02-18 PowerEdition

Best regards and thank you for your answer in advance

Viewing all articles
Browse latest Browse all 4756