-
-
Notifications
You must be signed in to change notification settings - Fork 783
System still sleeps during say all #17649
Copy link
Copy link
Closed
Labels
feature/say-allp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
feature/say-allp4https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to reproduce:
In Notepad++, initiate a say all when on battery
Actual behavior:
Observe that a system can still go to sleep or the screen can still lock
Expected behavior:
The system should not sleep or lock during say all.
Additional context
In #11118, the
winKernel.ES_DISPLAY_REQUIREDflag was removed fromSetThreadExecutionStateProposed fix
Re-enable winKernel.ES_DISPLAY_REQUIRED, but make it opt out using a config flag.