[Webkit-unassigned] [Bug 15113] "mark read" link at newshutch.com does not appear until you move the mouse

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 12:10:28 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15113





------- Comment #4 from darin at apple.com  2007-08-30 12:10 PDT -------
(In reply to comment #1)
>  In your steps to
> reproduce, it is enough, for example, to press the Shift key to get the link to
> appear, because that probably does a hit-test, which results in hover states
> being updated.

The reason that hitting the shift key works in Safari is that Safari calls
+[WebHTMLView _postFlagsChangedEvent:] when it sees an NSFlagsChanged event.
Sadly we couldn't figure out a way to do this without some code in the
application, so it won't work properly in other WebKit applications. We should
probably revisit this at some point.


-- 
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