After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 463678 - xfer dialog from CC auto-payment from reconcile doesn't display accounts
xfer dialog from CC auto-payment from reconcile doesn't display accounts
Status: VERIFIED FIXED
Product: GnuCash
Classification: Other
Component: User Interface General
2.0.x
Other Linux
: Normal enhancement
: ---
Assigned To: David Hampton
Chris Shoemaker
Depends on:
Blocks: backport
 
 
Reported: 2007-08-05 15:39 UTC by Derek Atkins
Modified: 2018-06-29 21:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Handle pending events before calling gtk_tree_view_scroll_to_cell (714 bytes, patch)
2007-08-06 15:39 UTC, Andreas Köhler
committed Details | Review

Description Derek Atkins 2007-08-05 15:39:21 UTC
Make sure you have the auto-payment feature turned on
Reconcile a credit card account that has a payment due
Make sure there's already been at least one payment made
when you finish the reconcile process it pops up a transfer dialog.

It would be nice if the selected accounts in the reconcile dialog were visible in the account trees.  From IRC:

<warlord> gnc_xfer_dialog_select_from_account() and gnc_xfer_dialog_select_to_account() should adjust the respective trees so the selected item is visible.
Comment 1 Andreas Köhler 2007-08-05 17:01:16 UTC
They scroll (gnc-tree-view-account.c:gnc_tree_view_account_set_selected_account:gtk_tree_view_scroll_to_cell), but they do not seem to do it correctly.
Comment 2 Andreas Köhler 2007-08-06 15:38:18 UTC
This seems to be related to bug 75702, i.e. we call gtk_tree_view_scroll_to_cell "too early".
The following attachment may help or not.  It is definitely not a perfect solution, but currently the best I see if we really must have one.
Comments?
Comment 3 Andreas Köhler 2007-08-06 15:39:41 UTC
Created attachment 93155 [details] [review]
Handle pending events before calling gtk_tree_view_scroll_to_cell
Comment 4 Derek Atkins 2007-12-26 02:39:57 UTC
Cool, I've verified that this fixes the problem for me.
I've applied it to trunk as r16727.
Awaiting backport.
Comment 5 Andreas Köhler 2008-01-05 01:03:14 UTC
branches/2.2 @ r16790 for GnuCash 2.2.3.
Comment 6 John Ralls 2018-06-29 21:44:57 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=463678. Please update any external references or bookmarks.