THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - J Y (razamatan) 

Attached to Project - awesome
Summary - connecting mouse::* signals don't work on awful.menu 
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To - 
Operating System - Linux
Severity - Medium
Priority - Normal
Reported Version - 3.5.5
Due in Version - Undecided
Due Date - Undecided
Details - mymainmenu = awful.menu({ items = {
   { "terminal", terminal, icon_dir .. 'scalable/apps/gnome-terminal.svg' },
   { "browser", browser, icon_dir .. 'scalable/apps/web-browser.svg' },
   { "awesome", myawesomemenu, beautiful.awesome_icon },
}})
mymainmenu:connect_signal("mouse::leave", function() mymainmenu:hide() end)

also characterized by:

http://comments.gmane.org/gmane.comp.window-managers.awesome/9721

i also tried connecting the mouse::enter signal, too and it fails

=======================
also:

while looking at the code/debugging this issue, i noticed what might be a typo 
(moue ?= mouse):

 409         self:item_enter(num, { hover = true, moue = true })

http://git.naquadah.org/?p=awesome.git;a=blob;f=lib/awful/menu.lua.in;h=eccf3e882a015d750caabc491ac8186e8a6d16ca;hb=HEAD#l409

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1307

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to