THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Jana Foree (jana4)
Attached to Project - awesome
Summary - binding mouse button release events does not work
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To - Operating System - Linux
Severity - Very Low
Priority - Normal
Reported Version - 3.5
Due in Version - Undecided
Due Date - Undecided
Details - awful.button({ }, 1, function () print("Mouse button 1 has been pressed.", 
function () print("Mouse button 1 has been released.") end)

This prints "Mouse button 1 has been pressed." but not "Mouse button 1 has been 
released."

awful.key({ }, k, function () print("Keyboard key 'k' has been pressed.", function () 
print("Keyboard key 'k' has been released.") end)

This on the other hand works just fine.

Looking at the code in button.lua and key.lua, it would seem to me that both 
should work as advertised by 
http://awesome.naquadah.org/doc/api/modules/awful.button.html.

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

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 [email protected].

Reply via email to