orca r4603 - trunk/test/keystrokes/firefox
- From: joanied svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4603 - trunk/test/keystrokes/firefox
- Date: Thu, 26 Feb 2009 03:03:07 +0000 (UTC)
Author: joanied
Date: Thu Feb 26 03:03:07 2009
New Revision: 4603
URL: http://svn.gnome.org/viewvc/orca?rev=4603&view=rev
Log:
Removing ISO_Left_Tab in favor of just Tab, which seems less likely to cause our tests to spit up.
Modified:
trunk/test/keystrokes/firefox/html_role_combo_box.py
trunk/test/keystrokes/firefox/moz_tabpanel.py
trunk/test/keystrokes/firefox/xul_role_combo_box.py
trunk/test/keystrokes/firefox/xul_role_push_button.py
trunk/test/keystrokes/firefox/xul_role_tree.py
Modified: trunk/test/keystrokes/firefox/html_role_combo_box.py
==============================================================================
--- trunk/test/keystrokes/firefox/html_role_combo_box.py (original)
+++ trunk/test/keystrokes/firefox/html_role_combo_box.py Thu Feb 26 03:03:07 2009
@@ -273,7 +273,7 @@
# Press Shift Tab once to return to the Version combo box.
#
sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("<Shift>ISO_Left_Tab"))
+sequence.append(KeyComboAction("<Shift>Tab"))
sequence.append(utils.AssertPresentationAction(
"Shift Tab to Version",
["BRAILLE LINE: 'Version 2.16 Combo'",
Modified: trunk/test/keystrokes/firefox/moz_tabpanel.py
==============================================================================
--- trunk/test/keystrokes/firefox/moz_tabpanel.py (original)
+++ trunk/test/keystrokes/firefox/moz_tabpanel.py Thu Feb 26 03:03:07 2009
@@ -83,7 +83,7 @@
# Move back to tab 3
#
sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("<Shift>ISO_Left_Tab"))
+sequence.append(KeyComboAction("<Shift>Tab"))
sequence.append(utils.AssertPresentationAction(
"move back to tab 3",
["BRAILLE LINE: 'Tab Zero Page Tab One Page Tab Two Page Tab Three Page Tab Four Page'",
Modified: trunk/test/keystrokes/firefox/xul_role_combo_box.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_combo_box.py (original)
+++ trunk/test/keystrokes/firefox/xul_role_combo_box.py Thu Feb 26 03:03:07 2009
@@ -207,7 +207,7 @@
# Press Shift+Tab to move back to the Main list item.
#
sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("<Shift>ISO_Left_Tab"))
+sequence.append(KeyComboAction("<Shift>Tab"))
sequence.append(utils.AssertPresentationAction(
"Shift+Tab to list item",
["BRAILLE LINE: '" + utils.firefoxAppNames + " Application " + utils.firefoxAppNames + " Preferences Frame List Main ListItem'",
Modified: trunk/test/keystrokes/firefox/xul_role_push_button.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_push_button.py (original)
+++ trunk/test/keystrokes/firefox/xul_role_push_button.py Thu Feb 26 03:03:07 2009
@@ -26,7 +26,7 @@
# In the Print dialog, shift+tab to move to the push button.
#
sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("<Shift>ISO_Left_Tab"))
+sequence.append(KeyComboAction("<Shift>Tab"))
sequence.append(utils.AssertPresentationAction(
"Shift+Tab to button",
["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog Cancel Button'",
Modified: trunk/test/keystrokes/firefox/xul_role_tree.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_tree.py (original)
+++ trunk/test/keystrokes/firefox/xul_role_tree.py Thu Feb 26 03:03:07 2009
@@ -72,7 +72,7 @@
# Press Shift+Tab to move to the tree of bookmarks on the left.
#
sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("<Shift>ISO_Left_Tab", 1000))
+sequence.append(KeyComboAction("<Shift>Tab", 1000))
sequence.append(utils.AssertPresentationAction(
"Shift Tab for tree",
["BUG? - We are no longer speaking the Level",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]