Version: unspecified (using KDE 4.3.5) OS: Linux Editing an investment transaction does not hide/show all widgets as expected for the given type of activity. The memo edit widget is not visible. Reproducible: Always Steps to Reproduce: - Select existing dividend transaction (all values are show in form) - Reselect 'Dividend' in the activity widget -> some widgets disappear - The memo widget is not visible at all times Actual Results: Hiding / showing widgets based on activity type does not work properly Expected Results: Works as in 1.0.5 Note for devs: Setting m_rowsForm to 8 in the InvestTransaction ctor in widgets/transaction.cpp shows the memo field but also an empty line at the bottom.
I tried to reproduce it. Here are my findings: - I see the memo at all times - The account widget shows up when editing the transaction. It hides if the activity is reselected. - The problem seems to be on the constructor of the investtrasactioneditor, but I can't find it
*** Bug 254503 has been marked as a duplicate of this bug. ***
Didn't we fix this lately?
(In reply to comment #3) > Didn't we fix this lately? It looks like it, yes. I thought I had got it working correctly. Certainly for me, reselecting the Dividend activity doesn't hide either the Account and Memo widgets. I would say it's fixed.