Revert change of globalMapScripts in scriptHandler, which is now again a list instead of a set#14066
Conversation
…n a list isntead of a set
|
Additional rationale for the revert. |
|
Since the ordered requirement isn't obvious where these changes are made, it would be good to add comments to point it out and explain the rationale. @LeonarddeR I don't expect you to do this, but I want to make a note so it's not missed when we look at this tomorrow. |
See test results for failed build of commit b9ff2fdbb7 |
Link to issue number:
Fixes #14065
Summary of the issue:
Overriding/remapping existing braille display gestures was broken in NVDA 2022.2.1.
Description of user facing changes
Gesture overrides work again in the mentioned case in #14065
Description of development approach
Revert an uncessary and seemlinly undocumented change in scriptHandler. It would help if we could clear up how this change ended up in this release.
Testing strategy:
Followed the str in #14065 for at least three times, in all cases my remappings worked as expected.
Known issues with pull request:
None known
Change log entries:
Bug fixes
Code Review Checklist: