GNOME Bugzilla – Bug 75026
Clicking anywhere on the "menubar" applet raises all menubar boxes
Last modified: 2004-12-22 21:47:04 UTC
Clicking anywhere on the menubar raises all menubar boxes. For example if i click on applications not only will applications be highlighted but so will actions, preferences, windows and workspaces.
That's because it is one applet. I'm going to save the maintainers time and mark this WONTFIX, since I'm almost certain it would require breaking this up into multiple applets to actually fix it.
The only reason i consider this a bug is that it defers from the current behavior of the menu panel, which the menubar is meant to replace. But i respect the decision.
I'm not saying it isn't a bug... it is. I'm just saying it is minor and (AFAIK) would require completely revamping the entire applet into a series of smaller applets.
I'm re-opening this bug. The applet shouldn't have to be split into multiple applets. This would happen even if the applets were seperate. The problem is that the panel sets the PRELIGHT style when the panel is focused, and menubars inherit this, and then display their menus as prelighted. Setting PRELIGHT is *wrong* here as GTK species prelight means the mouse is over the widget. Owen said it might be possible to hack around and get the menubar to stop inheriting. Otherwise the only solution is to stop doing the prelighting and find another mechanism to indicate keyboard focus.
I think the prelighting went away and so did this bug, marking fixed.