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 463919 - Do not show tooltips for application categories in menu
Do not show tooltips for application categories in menu
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
2.19.x
Other Linux
: Normal enhancement
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-06 08:34 UTC by Sebastien Bacher
Modified: 2007-08-27 14:43 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
don't set tooltips for parent menus (505 bytes, patch)
2007-08-12 10:05 UTC, Frederic Peters
committed Details | Review

Description Sebastien Bacher 2007-08-06 08:34:46 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/129679

"Binary package hint: gnome-panel

There should be no tooltip for the menu categories for several reasons:

- the categories are selfexplanatory and therefore do not need an extra tooltip sayin almost the same (e.g.: tooltip for graphics: "graphics applications", duh! I am at applications -> graphics.

- They are shown either under the submenu that is opened by hovering over the category, making them unreadable, or on top of it, partly hiding items of the submenu."
Comment 1 Frederic Peters 2007-08-12 10:05:36 UTC
Created attachment 93535 [details] [review]
don't set tooltips for parent menus
Comment 2 Vincent Untz 2007-08-27 14:33:36 UTC
Probably makes sense, yes.
Comment 3 Frederic Peters 2007-08-27 14:43:52 UTC
2007-08-27  Frederic Peters  <fpeters@0d.be>

        reviewed by: Vincent Untz

        * menu.c: (create_submenu_entry): do not show tooltips for application
        categories in menu. (bug 463919)