https://bugs.documentfoundation.org/show_bug.cgi?id=124603
--- Comment #12 from Gabriel Masei <[email protected]> --- Thanks Laszlo for your fix! I've tested it by building the master branch and running locally and it works. However, I think that the solution is incomplete. The state of the word is changed only if the user presses the up or down keys. This is good but not enough. The issue still manifests if the user performs any other actions (like left/right keys or mouse to change the cursor position or perform a different action, Ctrl + S to save the document, mouse to navigate through menu for choosing an option, ...). I think that the update of the word state should be done after any other action beside editing the word. Maybe we should update the state at "leave the current word" event, if this event is available. Or to update the word after any action from the user. I don't know if the last suggestion is feasible as it could slow the editing but, on the other hand, this will include all cases. -- You are receiving this mail because: You are the assignee for the bug.
