THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Jonas Møller (yoanar)
Attached to Project - awesome
Summary - Vicious widgets stop responding to buttons
Task Type - Bug Report
Category - Widgets
Status - Unconfirmed
Assigned To - Operating System - Linux
Severity - Medium
Priority - Normal
Reported Version - 3.5
Due in Version - Undecided
Due Date - Undecided
Details - awesome -v gives me "v3.4.13" which i got using apt-get on Ubuntu 
12.04.

The problem is that the lua widgets using vicious somehow stop responding to 
mouse-events.
I know that the AwesomeMPD widget is still responding when the others aren't.

The problem doesn't _appear_ to be caused by an action, whenever i've run 
Awesome for a while
they just stop responding all the sudden. It doesn't seem to require a certain 
amount of presses,
it just happens at a seamingly random point. The widgets still update tho'. And 
the mouse of course
functions as normal elsewhere.

Example code:
tb_volume = widget({ type = "textbox", name = "tb_volume", align = "right" })
tb_volume:buttons({
        button({ }, 4, function () volume("up", tb_volume) end),
        button({ }, 5, function () volume("down", tb_volume) end),
        button({ }, 1, function () volume("mute", tb_volume) end)
})

I know for certain that the volume() function used in the example is not the 
source of the error, because
absolutely all widgets that are "constructed" in a similar fasion also 
experience the error.

I'm also going to attach my entire rc.lua file.

I realize i might have provided an insufficient amount of information, but i 
really don't know where to start.
So if you need more info to fix the bug, just send me a message and i'll 
provide it.

One or more files have been attached.

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

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