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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 11:29:29 PDT 2013


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





--- Comment #33 from chris fleizach <cfleizach at apple.com>  2013-08-21 11:28:56 PST ---
(From update of attachment 209222)
View in context: https://bugs.webkit.org/attachment.cgi?id=209222&action=review

> Source/WebCore/dom/MouseEvent.cpp:286
> +        int targetScreenY = static_cast<int>(targetScreenRect.y() + targetScreenRect.height() / 2);

There's a center() method on IntRect that you should be able to use directly

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