THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Uli Schlachter (psychon)
Attached to Project - awesome
Summary - awful.tooltip possibly flickers the tooltip
Task Type - Bug Report
Category - awful
Status - New
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - Original report here:
http://www.mail-archive.com/[email protected]/msg05689.html
The problem goes like this:
- A new popup appears
- The mouse pointer is now inside the mouse pointer, so in other words the
widget which has the popup was left
- The resulting mouse::leave signal causes the popup to be hidden again
- This means that the mouse is inside the widget again and the popup becomes
visible again
This problem doesn't manifest itself for widgets that are in the wibox at the
top of the screen, because popups are placed via awful.placement.no_offscreen.
This (accidentally?) causes popups to honor the workarea and never overlap the
wibox.
Current (ugly) idea for a fix: Instead of hiding the popup immediately, check
if the mouse pointer is still inside of a widget which is registered with the
popup. In that case, do not hide the popup. This would mean that the popup
wibox itself has to be checked, too (if the mouse is inside the popup, the
popup stays visible).
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1003
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].