THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Oleksii Shevchuk (alxchk)
Attached to Project - awesome
Summary - client.focusable ignored
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - Operating System - Linux
Severity - Medium
Priority - Normal
Reported Version - 3.5
Due in Version - Undecided
Due Date - Undecided
Details - Example:
c:connect_signal("mouse::enter", function(c)
                      if awful.layout.get(c.screen) ~= 
awful.layout.suit.magnifier
and awful.client.focus.filter(c) then
                      client.focus = c
                      c.focusable = false
naughty.notify({text = "Focusing " .. c.name .. " focusable: " .. tostring(c.focusable)})
                      end
                   end)

Expected: c.focusable setted to false
Present:  c.focusable setted to true

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

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