GnuCash
Contact   Instructions
Bug 102787 - Currency selection should do autocompletion
Summary: Currency selection should do autocompletion
Status: RESOLVED FIXED
Alias: None
Product: GnuCash
Classification: Unclassified
Component: User Interface General (show other bugs)
Version: unspecified
Hardware: Other Other
: Low enhancement
Target Milestone: ---
Assignee: ui
QA Contact: David Hampton
URL:
Whiteboard:
Keywords:
: 331737 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-07 17:18 EST by Chris Lyttle
Modified: 2020-09-17 18:25 EDT (History)
5 users (show)

See Also:


Attachments

Description Chris Lyttle 2003-01-07 17:16:55 EST
Package: GnuCash
Severity: normal
Version: 1.7.7
Synopsis: Currency selection should do autocompletion
Bugzilla-Product: GnuCash
Bugzilla-Component: User Interface General

Description:
The currency selection dialog should allow for typing in the field to autoselect from the dropdown list.
First the International Prefs currency dialog allows for typing in the field, but doesn't select from the list, this is confusing to the user and should just autocomplete to a currency in the list.
Then if the above autocomplete's we probably should do the same with the dialog to select a currency in edit account. (Select Currency)




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-01-07 17:16 -------

Reassigning to the default owner of the component, hampton@employees.org.

Comment 1 Derek Atkins 2003-01-12 12:51:49 EST
Unfortunately the simple setting of gtk_combo_box_set_value_in_list()
does not limit the typing only to entries in the list.

What we really need to do is implement a GtkCombo subclass that
incorporates the QuickFill.[ch] code.  Then we can use it in a number
of places (the currency selection being one of them, the
gnc-account-sel being another).
Comment 2 Chris Lyttle 2004-08-17 00:48:27 EDT
Punting for the future.
Comment 3 Christian Stimming 2006-02-20 05:37:45 EST
*** Bug 331737 has been marked as a duplicate of this bug. ***
Comment 4 Dean Jagels 2020-09-06 21:14:33 EDT
The UI component in the Asset account definition appears to meet the spirit of this request, while the Default Currency in settings does not.  Can settings be changed to behave the same as Asset account definition?
Comment 5 John Ralls 2020-09-17 18:25:28 EDT
Yes they can. Your PR does so and is merged for GnuCash 4.2.

Note You need to log in before you can comment on or make changes to this bug.