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.
Using a KLineEdit widget instead of a kMyMoneyLineEdit does not crash. This is weird, since KLineEdit is the base class of kMyMoneyLineEdit.
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
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