[orca] Revert "Work around missing event from LibreOffice Calc"
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Revert "Work around missing event from LibreOffice Calc"
- Date: Thu, 18 Feb 2016 23:37:52 +0000 (UTC)
commit bc5d7563609d069c359c74562776c5fdeb250289
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Feb 18 18:34:43 2016 -0500
Revert "Work around missing event from LibreOffice Calc"
This reverts commit a1a2bdef38e3e24d4a7d28aedf82ef30ac97a36f.
There are enough false positives for this hack that I'm removing it.
LibreOffice devs should fix their bugs. In this case, missing both
the object:state-changed:focused event for the Calc table and the
object:active-descendant-changed event for the active cell for new
windows other than the first.
src/orca/scripts/apps/soffice/script.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/script.py b/src/orca/scripts/apps/soffice/script.py
index 6687f42..43f99c8 100644
--- a/src/orca/scripts/apps/soffice/script.py
+++ b/src/orca/scripts/apps/soffice/script.py
@@ -724,9 +724,6 @@ class Script(default.Script):
orca.setLocusOfFocus(event, event.source)
return
- if self.utilities.isSpreadSheetTable(event.source):
- orca.setLocusOfFocus(event, event.source)
-
def onFocusedChanged(self, event):
"""Callback for object:state-changed:focused accessibility events."""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]