Summary: | krichtextedit selecting text problem | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | FiNeX <finex> |
Component: | kdeui | Assignee: | Stephen Kelly <steveire> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
FiNeX
2008-06-03 13:39:09 UTC
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 |