[Webkit-unassigned] [Bug 15299] GTK: ChromeClientGtk.cpp does not implement mouseDidMoveOverElement()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 1 16:12:08 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15299
anarki at lilik.it changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |anarki at lilik.it
------- Comment #8 from anarki at lilik.it 2007-10-01 16:12 PDT -------
The committed patch makes CPU go almost 100% if connecting to the signal, as
"hovering_over_link" is fired once for each pixel you move the mouse, which
makes this unusable for embedding applications.
I'm not experienced with the codebase, so I can't provide patches, but the
signal IMHO should be fired once, with a boolean argument set to TRUE when
hovering over a link, and again once, with the argument set to FALSE when
unhovering the link.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list