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

Normalisation of input gesture identifiers doesn't handle upper case correctly #3678

Closed
nvaccessAuto opened this issue Dec 2, 2013 · 1 comment

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2013-12-02 04:26
When normalising gesture identifiers, we order any items separated by + into Python set order and convert to lower case. Currently, we convert to lower case after the order in several places. This can break if two equivalent identifiers have different capitalisation before normalisation.

This needs to be fixed in inputCore.normalizeGestureIdentifier, as well as all sources that output identifiers, including keyboard, braille display drivers and braille input.

@nvaccessAuto nvaccessAuto added this to the next milestone Nov 10, 2015
@jcsteh jcsteh removed this from the next milestone Jun 24, 2016
@jcsteh
Copy link
Contributor

jcsteh commented Mar 10, 2017

I'm addressing this in #6945.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants