Skip to content

Commit

Permalink
Merge branch 't5025' into next. Incubates #5025
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Apr 30, 2015
2 parents 8ef743c + 570c290 commit 81411a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/NVDAObjects/IAccessible/MSHTML.py
Expand Up @@ -640,7 +640,7 @@ def _get_name(self):
if (
self.HTMLNodeHasAncestorIAccessible or
#IE inappropriately generates the name from descendants on some controls
self.IAccessibleRole in (oleacc.ROLE_SYSTEM_MENUBAR,oleacc.ROLE_SYSTEM_TOOLBAR,oleacc.ROLE_SYSTEM_LIST,oleacc.ROLE_SYSTEM_TABLE,oleacc.ROLE_SYSTEM_DOCUMENT) or
self.IAccessibleRole in (oleacc.ROLE_SYSTEM_MENUBAR,oleacc.ROLE_SYSTEM_TOOLBAR,oleacc.ROLE_SYSTEM_LIST,oleacc.ROLE_SYSTEM_TABLE,oleacc.ROLE_SYSTEM_DOCUMENT,oleacc.ROLE_SYSTEM_DIALOG) or
#Adding an ARIA landmark or unknown role to a DIV or NAV node makes an IAccessible with role_system_grouping and a name calculated from descendants.
# This name should also be ignored, but check NVDA's role, not accRole as its possible that NVDA chose a better role
# E.g. row (#2780)
Expand Down

0 comments on commit 81411a7

Please sign in to comment.