Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upReporting of spelling errors in Microsoft Word causes significant lag #3785
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by Michael Curran <mick@... on 2014-01-17 06:24
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by Michael Curran <mick@... on 2014-01-31 01:56
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by mdcurran on 2014-01-31 01:58 |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by Michael Curran <mick@... on 2014-02-02 10:56
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedJan 17, 2014
Reported by mdcurran on 2014-01-17 06:15
If moving the caret around a document in Microsoft Word with report spelling errors turned on (default), there is a noticable lag before the braille display is updated. Turning off reporting of spelling errors definitely reduces the lag.
When collecting text from MS Word, we currently check for a spelling error on every word, which would mean a great deal of calls.
Perhaps we should collect all spelling error offsets at the start and match them as we move through the text by word.