[orca/570658] Don't label guess password entries in braille or we'll end up with double labels
- From: William Walker <wwalker src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca/570658] Don't label guess password entries in braille or we'll end up with double labels
- Date: Wed, 1 Jul 2009 18:48:20 +0000 (UTC)
commit d5565a57439a175c092f7e15e240ef7eb7ca11fe
Author: Willie Walker <william walker sun com>
Date: Wed Jul 1 14:46:42 2009 -0400
Don't label guess password entries in braille or we'll end up with double labels
.../scripts/toolkits/Gecko/braille_generator.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/braille_generator.py b/src/orca/scripts/toolkits/Gecko/braille_generator.py
index 5c68a36..252e642 100644
--- a/src/orca/scripts/toolkits/Gecko/braille_generator.py
+++ b/src/orca/scripts/toolkits/Gecko/braille_generator.py
@@ -166,14 +166,14 @@ class BrailleGenerator(braille_generator.BrailleGenerator):
# the entry seems to still exist on the braille line. This was
# in the old (pre-refactor) code, too]]]
#
- # [[[TODO: WDW - ROLE_CHECK_BOX and ROLE_RADIO_BUTTON are absent
- # for reasons similar to ROLE_ENTRY.]]]
+ # [[[TODO: WDW - ROLE_PASSWORD, ROLE_CHECK_BOX and
+ # ROLE_RADIO_BUTTON are absent for reasons similar to
+ # ROLE_ENTRY.]]]
#
if not len(result) \
and role in [pyatspi.ROLE_COMBO_BOX,
pyatspi.ROLE_LIST,
pyatspi.ROLE_PARAGRAPH,
- pyatspi.ROLE_PASSWORD_TEXT,
pyatspi.ROLE_TEXT] \
and self._script.inDocumentContent() \
and not self._script.isAriaWidget(obj):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]