[Webkit-unassigned] [Bug 15299] GTK: ChromeClientGtk.cpp does not implement mouseDidMoveOverElement()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 6 02:47:47 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15299
------- Comment #20 from freyther at handhelds.org 2007-10-06 02:47 PDT -------
(In reply to comment #17)
> Created an attachment (id=16542)
--> (http://bugs.webkit.org/attachment.cgi?id=16542&action=view) [edit]
> Fix signal not emitted when hovering on links in succession
+ , m_hoveredLink(0)
KURL will be automatically initialized. So this is not needed/wanted. I wonder
what will happen in the following case:
Currently you get a signal with NULL, NULL when leaving a link, when you switch
from one to another URL you will not get such a signal. Is that a semantic
issue? Do we at least want to document this? I also wonder if we need
m_didSendLinkSignal at all. We can just compare the URLs.
--
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