[orca] Remove redundant ancestry ascension
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Remove redundant ancestry ascension
- Date: Thu, 29 Oct 2015 05:47:35 +0000 (UTC)
commit 250c2ee83358c80c15a80b0dd8389e59b383bf08
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Oct 29 14:43:26 2015 +0900
Remove redundant ancestry ascension
src/orca/scripts/web/script.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/web/script.py b/src/orca/scripts/web/script.py
index a555920..ed4defe 100644
--- a/src/orca/scripts/web/script.py
+++ b/src/orca/scripts/web/script.py
@@ -1392,7 +1392,7 @@ class Script(default.Script):
debug.println(debug.LEVEL_INFO, msg)
return False
- if self.utilities.inTopLevelWebApp(event.source):
+ if self.utilities.isTopLevelWebApp(document):
msg = "WEB: Event handled: Setting locusOfFocus to event source"
debug.println(debug.LEVEL_INFO, msg)
orca.setLocusOfFocus(event, event.source)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]