-
-
Notifications
You must be signed in to change notification settings - Fork 783
Use current program configuration profile in elements list #18160
Copy link
Copy link
Labels
component/NVDA-GUIfeature/configuration-profilesp5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityquick fixtriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
component/NVDA-GUIfeature/configuration-profilesp5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityquick fixtriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for Feature.
Is your feature request related to a problem? Please describe.
Reported by James on Mastodon: https://dragonscave.space/@jscholes/114558391350239489
Note that the profile reverts to the default profile when in the elements list.
Describe the solution you'd like
The user experience is that although the elements list is an NVDA dialog, it is being used in the context of the program in use, and so the configuration profile for that program should be used.
Describe alternatives you've considered
We could have a setting to select whether this is used or not?
Additional context
Currently, other NVDA dialogs such as the general settings dialog, use the program specific configuration, so it makes sense that a dialog used specifically in the context of the current program like the elements list, would be more likely to use the configuration profile than the general settings dialog.