Skip to content

NVDA will no longer announce "pane" when minimizing Windows#6672

Closed
josephsl wants to merge 2 commits into
nvaccess:masterfrom
josephsl:i6671workerW
Closed

NVDA will no longer announce "pane" when minimizing Windows#6672
josephsl wants to merge 2 commits into
nvaccess:masterfrom
josephsl:i6671workerW

Conversation

@josephsl

Copy link
Copy Markdown
Contributor

PR for issue #6671: in app modules/explorer.event_gainFocus, add a case where a window with the class name of "WorkerW" attempts to send a gain focus event, which should be suppressed.

Suggested what's new entry (under bug fixes): NVDA will no longer announce "pane" when minimizing windows.

Thanks.

… spacing for class separations, ticket 474 comment now follows the rest of the source code.

Part of a larger work on source code work: added a top-level docstring describing the purpose of the explorer.exe app module.
Each class definition is separated by two spaces for style purposes.
…windows or moving to desktop. re nvaccess#6671

Somehow, when pressing Windows=M or Windows+D, NVDA says, 'pane'. It turns out there is a window with the window class name of 'WorkerW' that presents a focus event. Thus suppress this, which means NVDA will no longer announce 'pane' when minimizing Windows. This bug affects various versions of Windows (tested with Windows 7 and Windows 10).
@josephsl

Copy link
Copy Markdown
Contributor Author

Requesting review from @jcsteh please. Thanks.

@feerrenrut feerrenrut requested a review from jcsteh December 30, 2016 04:33

class ImmersiveLauncher(UIA):
#When the win8 start screen openes, focus correctly goes to the first tile, but then incorrectly back to the root of the window.
#When the win8 start screen opens, focus correctly goes to the first tile, but then incorrectly back to the root of the window.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Not a big deal, but other comments tend to have a space after the # symbol.

@josephsl

josephsl commented Dec 30, 2016 via email

Copy link
Copy Markdown
Contributor Author

@feerrenrut

Copy link
Copy Markdown
Contributor

Out of interest I've had a quick look at this. The changes look good to me, perhaps you can comment on the testing performed? However since you requested @jcsteh to review, I'll leave this to him to approve.

@josephsl

josephsl commented Dec 30, 2016 via email

Copy link
Copy Markdown
Contributor Author

@josephsl josephsl closed this Dec 30, 2016
@josephsl josephsl deleted the i6671workerW branch December 30, 2016 21:23
@josephsl

Copy link
Copy Markdown
Contributor Author

Hi,
Accidentally deleted the branch in question - will send it again as another PR (sorry).

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.

2 participants