Skip to content

Commit

Permalink
* mozilla: Add application to the list of roles for which the focuse…
Browse files Browse the repository at this point in the history
…d state is broken.

	* speech: Add application to the list of roles for which the value should not be reported.
This makes the Add-ons Manager in Firefox 4 behave a little more nicely when it appears.
  • Loading branch information
jcsteh committed Jul 28, 2010
1 parent 3ad8dbf commit ebd3927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/NVDAObjects/IAccessible/mozilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def findExtraOverlayClasses(obj, clsList):
oleacc.ROLE_SYSTEM_LIST,
oleacc.ROLE_SYSTEM_LISTITEM,
oleacc.ROLE_SYSTEM_DOCUMENT,
oleacc.ROLE_SYSTEM_APPLICATION,
oleacc.ROLE_SYSTEM_TABLE,
oleacc.ROLE_SYSTEM_OUTLINE,
))
1 change: 1 addition & 0 deletions source/speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ def speakTypedCharacters(ch):
controlTypes.ROLE_RADIOBUTTON,
controlTypes.ROLE_LINK,
controlTypes.ROLE_MENUITEM,
controlTypes.ROLE_APPLICATION,
])

def processPositiveStates(role, states, reason, positiveStates):
Expand Down

0 comments on commit ebd3927

Please sign in to comment.