Hi, I have a problem with my ListGrids in IE 11 after enabling ARIA.
If a grid has horizontal scrollbars then clicking on a record in the grid will make the grid scroll all the way to the left (first column). This makes it impossible to press the RemoveRecord icon on a record in the list grid.
It works fine in Chrome and FireFox.
ARIA is enabled like so:
If a grid has horizontal scrollbars then clicking on a record in the grid will make the grid scroll all the way to the left (first column). This makes it impossible to press the RemoveRecord icon on a record in the list grid.
It works fine in Chrome and FireFox.
ARIA is enabled like so:
Code:
public static native void enableAria() /*-{
$wnd.isc.screenReader = true;
$wnd.isc.setScreenReaderMode(true);
}-*/;
Comment