Version: (using Devel) Installed from: Compiled sources From bug #163124: selecting by dragging the mouse is odd. When I click somewhere and drag the mouse to *outside* the widget where I release the button and I then move the mouse back into the widget the selection is altered after the mouse-release.
I can confirm this on the krichtexteditor in kdeui/tests, so this is a krichtextedit bug. It's a side-effect of the way I implemented format painting in the widget. I suspect I'll need to handle another event or two in the widget, but I'll look into it by the weekend.
SVN commit 818348 by skelly: Remove the selectionFinished signal from the KRichTextEdit. It had been used as part of implementing text format painting. Now that is implemented in the mouseReleaseEvent of the KRichTextWidget. BUG: 163128 BUG: 163124 M +0 -6 krichtextedit.cpp M +0 -6 krichtextedit.h M +11 -13 krichtextwidget.cpp M +8 -1 krichtextwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=818348