| Summary: | Caret gets stuck when moving vertically through soft-wrapped lines. | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Pat Brown <opensource> |
| Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | justin.zobel, n3wance, nazark, shlomif |
| Priority: | NOR | ||
| Version First Reported In: | 20.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/80762d259b20373876db6a8622cf17329db7221c | Version Fixed/Implemented In: | 5.81 |
| Sentry Crash Report: | |||
|
Description
Pat Brown
2020-06-20 03:13:35 UTC
Confirmed the moving down skips line 4 but not the moving up. Needs investigation. I'd like to bump this, I ran into this bug recently and its very annoying. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/119 A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/120 Git commit 80762d259b20373876db6a8622cf17329db7221c by Tom N Harris, on behalf of Pat Brown. Committed on 17/03/2021 at 03:20. Pushed by cullmann into branch 'master'. Restrict horizontal range of cursor to avoid unintentionally wrapping. When converting a x position to cursor column for a wrapped text line, the last column should not be used or else the cursor will jump to the next line. M +4 -0 src/render/katerenderer.cpp https://invent.kde.org/frameworks/ktexteditor/commit/80762d259b20373876db6a8622cf17329db7221c *** Bug 318387 has been marked as a duplicate of this bug. *** |