[Webkit-unassigned] [Bug 76677] AXPress event coordinates are always sent as (0, 0)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 12:37:31 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76677





--- Comment #12 from samuel_white at apple.com  2012-02-24 12:37:30 PST ---
(In reply to comment #9)
> How do simulated mouse events arrise?  What is the "underlyingEvent"?  I'm assuming there is no actual mouse coordinates on the event, which is why we use the middle of the target element?

The underlying event may be a mouse event, in which case we use the coords associated with that event. But as Chris mentioned screen reader press events have no associated underlying mouse event so in this case it is most appropriate to use the elements center.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list