THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - anrxc (anrxc)
Attached to Project - awesome
Summary - event_handle_mousegrabber: client.lua attempt to compare nil with
number
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 3.4.2
Due in Version - Undecided
Due Date - Undecided
Details - Hi,
I found an error in my X session log. After some fiddling I managed to reporoduce it. But first the error:
W: awesome: event_handle_mousegrabber:119: error running function:
/usr/share/awesome/lib/awful/client.lua:687: attempt to compare nil with number
Binding Mod4+button 3 calls awful.mouse.client.resize. Somehow I triggered that
action on tag 2 but did not move the mouse and with Mod4+1 switched to tag 1.
At that point the cursor is still shaped like arrows ready to resize, when any
mouse button is pressed the error is triggered.
At line 677 of client.lua idx is initialized to nil. Since the client changed it
doesn't match the check on line 679 so idx is never assigned a number. Then the
error is triggered on line 687 (if idx <= nmaster).
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=693
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].