The Problem
If you double click on a word in the Spell Check window, it jumps to all instances of that word, completely ignoring Language.
Example Code:
Code:
<p>This is an example Spanish sentence: <span xml:lang="es">No señora, no estoy borracho</span>.</p>
<p>This is an example English sentence: <span xml:lang="en">No Ma’am, I’m not drunk</span>.</p>
When you double click on the Spanish "No", it leads you to all instances of "No" throughout the book, no matter the language. This becomes a problem when you are working on a large book with differing languages with overlapping words.
Steps to Reproduce
1. Open the Spell Check dialog window.
2. Double click on the Spanish "No". The cursor will highlight "
No señora".
Double click again, the cursor will highlight "
No Ma’am".
Expected Functionality
The Spanish "No" should only jump to "
No señora", and the English "No" should only jump to "
No Ma’am".