nvda
05d491e5 - MS Word document next and previous paragraph scripts: use MS Word's own range.move wdParagraph rather than our move method as our one may call document.characters.count which can take more than 10 seconds on large documents. Fixes #4375

Commit
11 years ago
MS Word document next and previous paragraph scripts: use MS Word's own range.move wdParagraph rather than our move method as our one may call document.characters.count which can take more than 10 seconds on large documents. Fixes #4375
Parents
Loading