Reported by mdcurran on 2014-01-08 04:07
NVDA does not have specific support for tables in Java at this point in time.
It looks like Java Access Bridge does support this.
Hopefully both column/row coordinates and headers can be supported.
The text was updated successfully, but these errors were encountered:
Comment 2 by Michael Curran <mick@... on 2014-01-09 07:19
In [516282e]:
Java Access Bridge support: report row and column counts for tables and report column and row numbers for table cells. Re #3756
Also fix up usage of the wrong type for vmID -- should be c_long not c_int. New table code indirectly showed this bug.
Reported by mdcurran on 2014-01-08 04:07
NVDA does not have specific support for tables in Java at this point in time.
It looks like Java Access Bridge does support this.
Hopefully both column/row coordinates and headers can be supported.
The text was updated successfully, but these errors were encountered: