[orca-list] AtkText interfaces



Hello,

I am implementing AtkText interfaces for the GTK3 implementation of Eclipse SWT.

Currently we use atk_text_get_text_[before/at/after]_offset(), which are deprecated. However when I replace these interfaces with atk_text_get_string_at_offset(), Orca fails to read text where it previously did. In fact, Orca doesn't call/query atk_text_get_string_at_offset() at all.

As a side note: I've noticed that the native GTK3 accessibility implementation still uses the deprecated atk_text_get_text_[before/at/after]_offset() interfaces.

Is this a bug or am I missing some detail?

Thanks,

--
Eric Williams
Associate Software Engineer - Eclipse Team
Red Hat


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]