Summary: | wrong selection start-point | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Milian Wolff <mail> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | joeyadams3.14159 |
Priority: | HI | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Milian Wolff
2011-07-09 14:47:11 UTC
Git commit 9d20beff942c2bb3c106a0c5474e522ae2637abd by Milian Wolff. Committed on 09/07/2011 at 22:10. Pushed by mwolff into branch 'master'. properly invalidate m_selectionAnchor when invalidating the selectionCache fixes wrong selection start-point under some conditions, adds unit test BUG: 277422 M +84 -0 part/tests/kateview_test.cpp M +2 -0 part/tests/kateview_test.h M +1 -0 part/view/kateviewinternal.cpp http://commits.kde.org/kate/9d20beff942c2bb3c106a0c5474e522ae2637abd Wow, that was fast (that was me on IRC). Thanks! I hand-patched this fix onto the Fedora 15 srpm (kdelibs-4.6.3-5.fc15.src.rpm), and it worked. Git commit 070c5c7ebcf5bd81d378b3d7c2916764a8e9db36 by Christoph Cullmann, on behalf of Milian Wolff. Committed on 09/07/2011 at 22:10. Pushed by cullmann into branch 'KDE/4.7'. properly invalidate m_selectionAnchor when invalidating the selectionCache fixes wrong selection start-point under some conditions, adds unit test BUG: 277422 M +84 -0 part/tests/kateview_test.cpp M +2 -0 part/tests/kateview_test.h M +1 -0 part/view/kateviewinternal.cpp http://commits.kde.org/kate/070c5c7ebcf5bd81d378b3d7c2916764a8e9db36 @joey: Please report such bugs directly on bugs.kde.org next time. Thanks for the reproducible steps though :) |