Version: 4.2.4 (KDE 4.2.4) (using 4.2.4 (KDE 4.2.4), Kubuntu packages) Compiler: cc OS: Linux (x86_64) release 2.6.28-12-generic 1. Create a long Page - a scrollbar must appear. 2. Go to the end of the Page. 3. Insert Rule Line (horizontal bar). Screen jumps to beginning of the page and you have to scroll to previous position manualy with mouse or hit Arror, Space or Enter buttons. Very annoying behaviour when you editing/formatting some big note.
Yes you are right about this. the page should stop after the line instead of going to the start of of the page. I found out about this when i give it a try. Hope Steph would look on this. ese
The same happens to me. This bug was added almost a year ago, I still can reproduce it.
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone!
Git commit 0e14353610fa7f121659fbe28dd764b6c2d6dc77 by Igor Poboiko. Committed on 19/04/2020 at 09:23. Pushed by poboiko into branch 'master'. [KRichTextEdit] Fix scroll jumping around when horizontal rule is added Summary: Due to Qt bug 83605, it's not a good idea to `setTextCursor` while the cursor is inside `beginEditBlock / endEditBlock` (scrollbar might jump to the top), see KDE bug 195828. It's sufficient to move `setTextCursor` outside to fix it. (it's never too late... :) This patch also adds a test for this case (which currently fails due to regression, see {D28819} and {D28964} for the fix). Test Plan: 1) Apply {D28964} 2) `ctest` Reviewers: #frameworks, dfaure Reviewed By: dfaure Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D28966 M +19 -0 autotests/krichtextedittest.cpp M +1 -0 autotests/krichtextedittest.h M +1 -1 src/widgets/krichtextedit.cpp https://commits.kde.org/ktextwidgets/0e14353610fa7f121659fbe28dd764b6c2d6dc77