https://bugs.documentfoundation.org/show_bug.cgi?id=156609
--- Comment #7 from Michael Weghorn <[email protected]> --- (In reply to Joanmarie Diggs from comment #0) > The table does not implement the table interface. Seems that the Table interface is in general implemented, but something is broken that results in Accerciser not displaying it (and probably also Orca failing at some point). Querying the Table interface manually in Accerciser's IPython console generally works: In [12]: acc.get_interfaces() Out[13]: ['Accessible', 'Collection', 'Component', 'Selection', 'Table'] In [13]: acc.queryTable() Out[14]: <pyatspi.table.Table at 0x7f099195b590> In [14]: table = acc.queryTable() In [15]: table.nRows Out[16]: 1048576 In [16]: table.nColumns Out[17]: 16384 -- You are receiving this mail because: You are the assignee for the bug.
