Bug 259369 - Crash when setting focus on any investment detail widget
Summary: Crash when setting focus on any investment detail widget
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 21:22 UTC by Thomas Baumgart
Modified: 2010-12-10 09:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Baumgart 2010-12-09 21:22:31 UTC
Version:           SVN trunk (using KDE 1.2) 
OS:                Linux

The app ends in a recursive loop when clicking a widget on the second page of the new investment wizard and crashes (has some 30000+ stack frames)

Reproducible: Always

Steps to Reproduce:
Open the investment ledger. RMB and select 'New investment'. Click 'Next' and set the focus to the symbol widget (top most) using the mouse.

Actual Results:  
App crashes

Expected Results:  
App does not crash

Only crashes when clicking in any kMyMoneyLineEdit widget. Others on that page do not crash.
Comment 1 Thomas Baumgart 2010-12-09 21:46:36 UTC
Using a KLineEdit widget instead of a kMyMoneyLineEdit does not crash. This is weird, since KLineEdit is the base class of kMyMoneyLineEdit.
Comment 2 Thomas Baumgart 2010-12-10 09:02:32 UTC
SVN commit 1205143 by tbaumgart:

Prevent recursive loop

BUG: 259369

 M  +9 -3      kmymoneylineedit.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1205143
Comment 3 Thomas Baumgart 2010-12-10 09:04:04 UTC
SVN commit 1205144 by tbaumgart:

Prevent recursive loop

Backport to stable branch

BUG: 259369

 M  +9 -3      kmymoneylineedit.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1205144