Summary: | Word wrap does not wrap when window is resized just enough to hide cursor | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Alexander Potashev <aspotashev> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | christoph, ekigwana, loh.tar |
Priority: | NOR | ||
Version First Reported In: | 5.20.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Potashev
2016-03-18 06:33:02 UTC
Side note: the width of the cursor is larger in overwrite mode (full character) This is bug. The wrapper works as it should if you (6a) hit return at the EOL or (6b) fill another line less one compared to the one in (5). Appears to be related to resizing. From the description I also think it's not a bug and should be closed. Not the cursor, nore some space cause a dynamic wrap, only some char. That the the cursor disapears without a horizontal scroll is a different story/bug. I don't think this can be really altered. We let Qt wrap the text and for me this works well enough. Perhaps it improved by itself over the last X years, but I can at least always see the cursor. |