https://bugs.documentfoundation.org/show_bug.cgi?id=163801
Bug ID: 163801
Summary: Paragraphs unexpectedly implement the "selection"
interface, states, and events
Product: LibreOffice
Version: unspecified
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 36549
Paragraphs in Writer, unlike text objects in other applications, toolkits, and
browsers implement AtkSelection.
According to these docs: https://docs.gtk.org/atk/iface.Selection.html
> The ATK interface implemented by container objects whose
> AtkObject children can be selected.
> AtkSelection should be implemented by UI components with
> children which are exposed by #atk_object_ref_child and
> atk_object_get_n_children, if the use of the parent UI
> component ordinarily involves selection of one or more>
> of the objects corresponding to those AtkObject children -
> for example, selectable lists.
> Note that other types of “selection” (for instance text selection)
> are accomplished a other ATK interfaces - AtkSelection is limited
> to the selection/deselection of children.
Michael: Please take a look. Thanks in advance!
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=36549
[Bug 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK
and GNOME Orca screen reader support
--
You are receiving this mail because:
You are the assignee for the bug.