Summary: | Crash when extending selection of filtered transactions beyond top of list | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Guy71 <bcguma2> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bcguma2 |
Priority: | NOR | ||
Version: | 5.0.6 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/commit/0a458e0ceed9bc0c9eb14bbfbd2e5cb5050ba673 | Version Fixed In: | 5.1.2 |
Sentry Crash Report: |
Description
Guy71
2020-12-09 09:52:49 UTC
It works fine for me on Linux, so it might have been fixed in 5.1, or it might be Windows related. Can you try a more recent version, and can anyone else using Windows confirm? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I can duplicate it on Linux on the 5.1 branch Git commit 0a458e0ceed9bc0c9eb14bbfbd2e5cb5050ba673 by Thomas Baumgart. Committed on 02/01/2021 at 11:42. Pushed by tbaumgart into branch '5.1'. Prevent endless loop in certain circumstances With active filters, it could happen in the register that Shift+PgUp and Shift+PgDn result in an endless loop leaving the application unresponsive to user input. This change prevents such endless loops. FIXED-IN: 5.1.2 M +9 -4 kmymoney/widgets/register.cpp https://invent.kde.org/office/kmymoney/commit/0a458e0ceed9bc0c9eb14bbfbd2e5cb5050ba673 |