office-gobmx/accessibility
Michael Weghorn 07f4fa7119 a11y: Send VALUE_CHANGED event for FormattedField
`VCLXAccessibleEdit::ProcessWindowEvent` takes care
of sending a `TEXT_CHANGED` event. In the case of
`SVTXAccessibleNumericField`, numeric values are
handled, so send a `VALUE_CHANGED` event in addition.

This makes Orca with the qt6 VCL plugin announce
the new value when e.g. changing the page width
using the arrow up key in the "Format" -> "Page Style"
dialog.

For Accerciser, an additional fix is needed so the
value gets updated there in the interface view when
the a11y object is selected. Pending MR: [1]

[1] https://gitlab.gnome.org/GNOME/accerciser/-/merge_requests/25

Change-Id: Id911f50664df7220bc58204bc3477c5306a1da33
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150422
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2023-04-15 05:39:03 +02:00
..
inc a11y: Send VALUE_CHANGED event for FormattedField 2023-04-15 05:39:03 +02:00
source a11y: Send VALUE_CHANGED event for FormattedField 2023-04-15 05:39:03 +02:00
AllLangMoTarget_acc.mk
IwyuFilter_accessibility.yaml tdf#42949 Fix new IWYU warnings in directories [ab]* 2020-11-05 14:57:25 +01:00
Library_acc.mk Accessibility for IconView 2022-06-09 17:49:16 +02:00
Makefile
Module_accessibility.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Accessibility Support for LibreOffice

Provides accessible components for LibreOffice