THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Andre (learning)
Attached to Project - awesome
Summary - wibox x/y gets ignored when the use of hide function in connect_signal
Task Type - Bug Report
Category - Wibox
Status - Unconfirmed
Assigned To -
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 3.5.2
Due in Version - Undecided
Due Date - Undecided
Details - This bug was noticed while building a mod.
Steps to re-create.
1: make a new awful.wibox({}) in the [s] section of rc.lua.
2. like this test[s] =awful.wibox()
3. then test[s].x
4 then test[s].y
5. then add a new wibox and add hide and show function.
like so.
lazybox[s]:connect_signal("mouse::enter", function () lazybox[s].visible =
true end)
local t = timer({ timeout = 1 }) t:connect_signal("timeout", function()
t:stop() lazybox[s].visible = false end)
lazybox[s]:connect_signal("mouse::leave", function () t:start() end)
lazybox[s]:connect_signal("mouse::enter", function () if t.started then
t:stop() end end)
6. trigger the hide.
7. now see the test[s] wibox jump up and lay over on top of mywibox[s].
Thanks.
Learning.
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1206
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].