Summary: | In investment ledger, transfer transaction popup shows all accounts grayed out, but transfer works | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Jack <ostroffjh> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
popup for transaction move from my brokerage account
popup for transaction move from my investment account popup for transaction move from sample brokerage account popup for transaction move from sample investment account |
Description
Jack
2010-08-29 19:22:31 UTC
KMyMoney 4.5.0 I see them correctly. May this have something to do with your theme? Created attachment 51125 [details]
popup for transaction move from my brokerage account
Created attachment 51126 [details]
popup for transaction move from my investment account
Created attachment 51127 [details]
popup for transaction move from sample brokerage account
Created attachment 51128 [details]
popup for transaction move from sample investment account
I just attached four images - the transaction move popup for a brokerage account and an investment account for my own kmy file and for the sample kmy file I used for the manual. As far as I can tell, all four should be with the same theme, but my investment popup looks different. I also tried changing themes, and didn't notice any difference - perhaps I'll try some other themes. Also - in the sample investment popup - why does a brokerage account appear on the list? That doesn't make any sense, does it? In the case of your investment account, it seems to have the KMM theming applied, but I can't tell why. Does it happen every time on that specific account? Do you have another investment account or can you create a test account and check whether that happens too? Regarding the brokerage account, I don't know the specifics regarding the rules to include it or not. I have three investment accounts, and they all look the same. I also just created a new one, and it also looks the same. I guess my question is why the investment accounts look different from the other asset/liability accounts. I tried with several investment accounts and in all cases I see the account selector in normal colors. How about your color settings in KMyMoney? Did you select to use system colors? I've tried with complete default settings for color and with system colors (which claims just to be for background) and no change. One question I have is why is the popup different for investment account and brokerage account. If both showed gray text, I would think of color settings, but I can't figure out why they would be different. Just to update that this behavior is still present with latest svn. I'm still curious why the popup is different for investment vs. any other account type. I can't reproduce this with my investment accounts. Try to create an anonymous file from you data and send it to me directly if you would not attach it here. SVN commit 1247346 by conet: BUG: 249438 Instead of disabling a parent item which does not matches the filter but has children that do match the filter mark it as not selectable. If we would disable the item then all it's children will be drawn as disabled even if they would be selectable. Disabling and selectability are two aspects and it seems that disabling applies to a whole subtree. M +4 -4 kmymoneyaccountselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1247346 SVN commit 1247347 by conet: BUG: 249438 Instead of disabling a parent item which does not matches the filter but has children that do match the filter mark it as not selectable. If we would disable the item then all it's children will be drawn as disabled even if they would be selectable. Disabling and selectability are two aspects and it seems that disabling applies to a whole subtree. Backported to the stable branch. M +4 -4 kmymoneyaccountselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1247347 Thanks, Cristian. I confirm this fixes the problem for me. |