[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - accessibility/source
Tamás Zolnai
zolnaitamas2000 at gmail.com
Mon Nov 28 11:23:47 UTC 2016
accessibility/source/standard/vclxaccessiblebox.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0b11455e1905b9a7ce3958ea43bbfe5cbb6ee916
Author: Tamás Zolnai <zolnaitamas2000 at gmail.com>
Date: Sat Nov 26 18:22:42 2016 +0000
tdf#99687: Find Text widget fails to emit object:text-caret-moved events
Must be an integration bug:
efb23f29983f87104a684e7fab00b84fc59d131d
Change-Id: I53b15975fb97a299103fab870307b03b2607e9e5
Reviewed-on: https://gerrit.libreoffice.org/31238
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
(cherry picked from commit c1afa80bb3613c9202fa9d83447fdd5d57667cb6)
Reviewed-on: https://gerrit.libreoffice.org/31247
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/accessibility/source/standard/vclxaccessiblebox.cxx b/accessibility/source/standard/vclxaccessiblebox.cxx
index ae4e5a6..cdd3b5d 100644
--- a/accessibility/source/standard/vclxaccessiblebox.cxx
+++ b/accessibility/source/standard/vclxaccessiblebox.cxx
@@ -236,7 +236,7 @@ void VCLXAccessibleBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEven
case VCLEVENT_EDIT_MODIFY:
case VCLEVENT_EDIT_SELECTIONCHANGED:
- // case VCLEVENT_EDIT_CARETCHANGED:
+ case VCLEVENT_EDIT_CARETCHANGED:
// Modify/Selection events are handled by the combo box instead of
// directly by the edit field (Why?). Therefore, delegate this
// call to the edit field.
More information about the Libreoffice-commits
mailing list