https://bugs.kde.org/show_bug.cgi?id=398661
Simon Depiets <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Simon Depiets <[email protected]> --- It's actually the spellchecker (sonnet) which is removing the text. For now I can suggest you to disable spellcheck by adding the following two lines in your .config/lokalizerc [Editor] AutoSpellcheck=false I'm adding David Faure who maybe can help me if he's seen that behavior with sonnet before. I suspect the code below replaces the selected text by an empty string (maybe triggered by the last commit on sonnet ?). in sonnet/src/ui/highlighter.cpp void Highlighter::slotRehighlight() { ... cursor.insertText(QString()); ... } -- You are receiving this mail because: You are watching all bug changes.
