THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - awesome fan (awesomefan)
Attached to Project - awesome
Summary - "property::selected"-signal broken?
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - Operating System - All
Severity - Medium
Priority - Normal
Reported Version - 3.4.9
Due in Version - Undecided
Due Date - Undecided
Details - I am using awesome 3.4.9, built from source, on Debian 6.

I would like to auto-select the client under point when changing the selection 
of tabs.
Doing it like this

tag.add_signal(
  "property::selected",
  function(t)
  local c = mouse.object_under_pointer()
  if c then
  client.focus = c
  end
  end
)

does not work. In fact, the function does not get called at all when I change 
tag selections.

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

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