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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 19 14:09:03 PDT 2013


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





--- Comment #27 from Ryosuke Niwa <rniwa at webkit.org>  2013-08-19 14:08:32 PST ---
(From update of attachment 209117)
View in context: https://bugs.webkit.org/attachment.cgi?id=209117&action=review

> Source/WebCore/dom/MouseEvent.cpp:286
> +        IntRect targetScreenRect = targetElement->screenRect();
> +        int targetScreenX = static_cast<int>(targetScreenRect.x() + targetScreenRect.width() / 2);
> +        int targetScreenY = static_cast<int>(targetScreenRect.y() + targetScreenRect.height() / 2);

Can we add a test to make sure this code works in RTL and vertical writing mode?

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