Dougiedee13 / gnome2-globalmenu

Automatically exported from code.google.com/p/gnome2-globalmenu
GNU General Public License v2.0
0 stars 0 forks source link

Global menu fire the menu item action when you move the mouse over an item. #584

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
IMPORTANT: Before reporting an issue:

1. Make sure the issue has not been fixed in the
latest version:
http://code.google.com/p/gnome2-globalmenu/issues/list?q=label:Milestone-
Release0.7.8

2. Make sure to include the version of Global Menu you are using
the last one from git

3. Make also sure to use an up-to-date VALA version if you are compiling
the source from GIT.
the last vala version from git

Thank you very much!

------------------------

What steps will reproduce the problem?
1.where the mouse pass over an item his action is executed
2.
3.

What is the expected output?
just hightlight the item

What do you see instead?
the action is executed as you have clicked on it.

What version of the Global Menu are you using? On what operating system?
last version from git with Ubuntu 9.10

What version of Vala are you using? (if your Global Menu is built from git)
last version from git

Please provide any additional information below.

I think that have something to do with atom's comparation. I'm providing a 
patch. With this changes globalmenu is working nice.

Original issue reported on code.google.com by otavio.ribeiro on 19 Feb 2010 at 10:10

Attachments:

GoogleCodeExporter commented 8 years ago
I have to add to this: pure GTK+ applications behave well while SWT-based ones
trigger this bug. This is with NO patches applied.

Original comment by drwxrwx...@gmail.com on 29 Mar 2010 at 9:27

GoogleCodeExporter commented 8 years ago
Update: without patch, ROXTerm exposes the bug even without hovering over a
particular menu item, just hovering over the menu triggers "New window" 
commands for
infinity.

With the patch, I'm either doing something wrong or whatnot, but I see both the
global menu and the menu in application's window.

Original comment by drwxrwx...@gmail.com on 30 Mar 2010 at 9:30