Version: 3.0.2 (using KDE 3.2.0, Gentoo) Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r4, propolice) OS: Linux (ppc) release 2.4.24-ben1 I can't scroll the attached source file to the end. Two lines before the last line the scrollbar stops. If I click on the down arrow, the screen is correctly updated for a fracion but fast return to the previous line. When I load another file the bug disappear. I use Kate part + IDEAl
Created attachment 5316 [details] The C++ source file that show the bug
I found what cause the problem: there is one line that is longer than my screen width (I use a large font) and this cause the horizontal scrollbar to appear as I don't use wordwrap (neither dynamic nor static). When that line disappear, the problem disappear.
dupe *** This bug has been marked as a duplicate of 71577 ***