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 348656 - Poor discoverability of the look up process
Poor discoverability of the look up process
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gdict
trunk
Other Linux
: Normal enhancement
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-25 15:59 UTC by Emmanuele Bassi (:ebassi)
Modified: 2006-12-02 16:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add go button (2.75 KB, patch)
2006-09-04 11:12 UTC, Stephen Cook
none Details | Review

Description Emmanuele Bassi (:ebassi) 2006-07-25 15:59:13 UTC
There's no visual cue to let the user understand how to begin the query after having inserted the word inside the entry; it seems that users don't understand that they have to press enter to begin the query.

maybe re-instating inside the UI a 'Go'-like button would be in order - with the ability to remove it via a GConf key, so that users who want to have a cleaner UI (like me ;-)) can remove it.

Cc-ing usability as their input would be greatly useful.
Comment 1 Teppo Turtiainen 2006-08-14 16:28:39 UTC
There is one important use case for the Go-button: middle-click paste. Often when I'm browsing the internet and come across a word I don't reconize, I highlight it and middle-click paste it to the dictionary, but since there is no way to begin the query with the mouse, I have to reach out to the keyboard and press enter. IMHO, the Go-button should be brought back and be visible by default.
Comment 2 Teppo Turtiainen 2006-08-14 16:41:48 UTC
Also, if there is going to be a GConf key for hiding the button, please make it a proper button and not one of those annoying flat ones.
Comment 3 Stephen Cook 2006-09-04 11:12:57 UTC
Created attachment 72195 [details] [review]
add go button

This patch adds a go button for the word entry box.  It is gconf editable but is shown by default.
Comment 4 Emmanuele Bassi (:ebassi) 2006-11-25 00:03:07 UTC
I just had an epiphany: the 'Look up:' label can really be a button with no relief (like the link button).  since it's the only thing on the dialog, as soon as the user moves the mouse or navigates using the keyboard, will notice the button and will be able to click on it - thus launching the query.  even using the mnemonic on the button will achieve the expected result.

this should save the appearance (no 'go' button) and add the 'mouse only' support for dictionary.
Comment 5 Emmanuele Bassi (:ebassi) 2006-11-27 00:19:12 UTC
I've applied the "look up"-as-a-button style to HEAD; could someone look at it and see if's enough or if I have to apply Stephen's patch (thanks, by the way)?
Comment 6 Emmanuele Bassi (:ebassi) 2006-12-02 16:20:42 UTC
gnome-utils 2.17.1 will ship with the "look up" button.  feel free to REOPEN if anyone feels this solution isn't enough.