Re: AT-SPI standard's management of text objects
Samuel Thibault <[email protected]> Mon, 21 Nov 2016 22:27:15 +0100
| Newsgroups | gmane.comp.gnome.accessibility.general |
|---|---|
| Message-ID | <[email protected]> |
Samuel Thibault, on Mon 21 Nov 2016 22:16:03 +0100, wrote: > I have added this after: > > > if offset == 0: > > offset = 0 > > > [x, y, width, height] = text.getCharacterExtents(offset, 0) > > And now it gets correct results in various gtk2/3, qt5 apps. And in libreoffice. Samuel