Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIA NVDAObject: implement a presentationType property which only allows PresType_content if the IUAElement itself is both a control element and content element. #7019

Merged
merged 2 commits into from Apr 12, 2017

Conversation

michaelDCurran
Copy link
Member

@michaelDCurran michaelDCurran commented Mar 26, 2017

Fixes #6948 completely
Fixes #6950.

…ws PresType_content if the IUAElement itself is both a control element and content element.
if presentationType==self.presType_content and not (self.UIAElement.cachedIsContentElement and self.UIAElement.cachedIsControlElement):
presentationType=self.presType_layout
return presentationType

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extraneous blank line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants