THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - koniu (koniu)
Attached to Project - awesome
Summary - spurious mouse_enter events when hovering
Task Type - Bug Report
Category - Core
Status - New
Assigned To - Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - widget mouse_enter is broken in git/master - while hovering over the 
widget (without leaving its area) there are spurious mouse_enter events.

To reproduce:

1. Add the following code to default rc.lua:
mytextbox.mouse_enter = function() naughty.notify{ text = "mouse in", timeout = 
0 } end
mytextbox.mouse_leave = function() naughty.notify{ text = "mouse out", timeout 
= 0 } end

2. hover mouse over the clock and watch a long chain of "mouse ins".

Curiously this seems to occur only for widgets in non-floating wiboxes.

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

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