I've got a theory what's going on here, but I'm still looking at it.
I think it only happens if I hover the cursor fairly low on the icon; in
gtk/gtktooltip.c gtk_tooltip_position is the code:
/* For mouse mode, we position the tooltip right of the cursor,
* a little below the cursor's center.
*/
cursor_size = gdk_display_get_default_cursor_size (display);
x += cursor_size / 2;
y += cursor_size / 2;
now, since this is my bottom monitor I think that might mean the 'y'
position it calculates is off the bottom of the display - what happens
when that is later passed to
monitor_num = gdk_screen_get_monitor_at_point (screen, x, y);
?
(I don't yet know the answer - but I suspect that's the problem)
Dave
--
[Jaunty] Rhythmbox status displays above wrong panel
https://bugs.launchpad.net/bugs/342855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs