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

In sleep mode, mouse beeps occur #8059

Closed
derekriemer opened this issue Mar 6, 2018 · 0 comments · Fixed by #15962
Closed

In sleep mode, mouse beeps occur #8059

derekriemer opened this issue Mar 6, 2018 · 0 comments · Fixed by #15962

Comments

@derekriemer
Copy link
Collaborator

Steps to reproduce:

  1. Open some app, A.K.A. firefox.
  2. Open mouse settings, and check Play audio coordinates when mouse moves, then hit okay.
  3. Now, put NVDA in sleep mode.
  4. Move the mouse.

Expected behavior:

The mouse should not beep if the foreground app is in focus.

Actual behavior:

The mouse beeps always, although no talking occurs

System configuration:

NVDA version: Version: next-14907,5664089c

seanbudd pushed a commit that referenced this issue Dec 27, 2023
Fixes #8059

Summary of the issue:
This issue seems to be because in the core pump, mouse movement events are being handled, but when executing the mouse movement event, there is no check for whether it is in sleep mode. And the function to play audio coordinates is executed accordingly.

Description of user facing changes
The audio coordinates are no longer played when the mouse moves over an application in sleep mode.

Description of development approach
Simultaneously determine whether to report audio coordinates and whether to be in sleep mode.
@nvaccessAuto nvaccessAuto modified the milestone: 2024.2 Dec 27, 2023
Nael-Sayegh pushed a commit to Nael-Sayegh/nvda that referenced this issue Feb 15, 2024
…ess#15962)

Fixes nvaccess#8059

Summary of the issue:
This issue seems to be because in the core pump, mouse movement events are being handled, but when executing the mouse movement event, there is no check for whether it is in sleep mode. And the function to play audio coordinates is executed accordingly.

Description of user facing changes
The audio coordinates are no longer played when the mouse moves over an application in sleep mode.

Description of development approach
Simultaneously determine whether to report audio coordinates and whether to be in sleep mode.
SaschaCowley pushed a commit to SaschaCowley/nvda that referenced this issue Feb 27, 2024
…ess#15962)

Fixes nvaccess#8059

Summary of the issue:
This issue seems to be because in the core pump, mouse movement events are being handled, but when executing the mouse movement event, there is no check for whether it is in sleep mode. And the function to play audio coordinates is executed accordingly.

Description of user facing changes
The audio coordinates are no longer played when the mouse moves over an application in sleep mode.

Description of development approach
Simultaneously determine whether to report audio coordinates and whether to be in sleep mode.
Adriani90 pushed a commit to Adriani90/nvda that referenced this issue Mar 13, 2024
…ess#15962)

Fixes nvaccess#8059

Summary of the issue:
This issue seems to be because in the core pump, mouse movement events are being handled, but when executing the mouse movement event, there is no check for whether it is in sleep mode. And the function to play audio coordinates is executed accordingly.

Description of user facing changes
The audio coordinates are no longer played when the mouse moves over an application in sleep mode.

Description of development approach
Simultaneously determine whether to report audio coordinates and whether to be in sleep mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants