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 317781 - Menu bar doesn't have a tooltip
Menu bar doesn't have a tooltip
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
git master
Other Linux
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-02 23:33 UTC by Glynn Foster
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (2.45 KB, patch)
2005-10-22 19:10 UTC, Vincent Untz
none Details | Review
revised patch (2.79 KB, patch)
2005-12-27 00:23 UTC, Christian Kirbach
none Details | Review

Description Glynn Foster 2005-10-02 23:33:46 UTC
There is no tool tip on the 'Applications Places Desktop' menu bar.
Comment 1 Vincent Untz 2005-10-03 06:40:38 UTC
Anu suggestion? :-)
Comment 2 Glynn Foster 2005-10-03 09:18:03 UTC
Uh, Menu Bar like the Add to Panel dialog says? Adding Calum.
Comment 3 Calum Benson 2005-10-04 17:34:05 UTC
Hmm.  That would probably suffice, although it's not very descriptive and might
look a bit like it's referring to the whole panel, which does look a bit like a
"menu bar".  More likely you'd want to use the applet description that's used in
the "Add to Panel" dialog-- currently that just appears to be "A custom menu
bar", which isn't very helpful either, but I'm sure we can fix that :)

Ideally, though, you'd really want a tooltip for each individual menu title as
you moused over it, with a short description of what's on that menu.  I'm
guessing that's not currently possible...?
Comment 4 Vincent Untz 2005-10-04 18:56:21 UTC
It might be possible. I'll try to take a look at it when we branch.
Comment 5 Vincent Untz 2005-10-22 19:10:04 UTC
Created attachment 53771 [details] [review]
Patch

Calum: it's possible with a small workaround. The tooltips immediately appear,
though (small bug).

Now, if someone can come with good strings, that would be really helpful ;-)
Comment 6 Calum Benson 2005-12-13 18:30:30 UTC
Hmm, how about something like:

Applications: Browse and run installed applications by category.
Places: Open and search local, remote and recently-used documents and folders.
Desktop: Change desktop appearance and behaviour, get online help, or log out.

Improvements welcome :)
Comment 7 Christian Kirbach 2005-12-27 00:23:22 UTC
Created attachment 56412 [details] [review]
revised patch

Incorporated Calums suggestions and modified them a bit

Applications menu
Browse and run installed applications

Places menu
Browse, access and search local and remote data

Desktop menu
System administration, preferences and help
Comment 8 Christian Kirbach 2005-12-27 00:27:22 UTC
wondering why the tooltip delay is not working. I can set the delay to 5 as well with no visible difference. I can set it in the three panel_menu_bar_enter_* functions - no difference.
Comment 9 Vincent Untz 2005-12-27 14:25:40 UTC
Fixed in HEAD. After looking at the GTK+ code, the fact that there's no delay is normal (it's a sticky tooltip).