[Webkit-unassigned] [Bug 96593] [Chromium?] REGRESSION(r127457): Context menu on textarea is displayed in the wrong place

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 02:18:35 PDT 2012


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





--- Comment #1 from Allan Sandfeld Jensen <allan.jensen at nokia.com>  2012-09-13 02:19:01 PST ---
I can not reproduce the issue on Qt either.

I have a guess on the cause though. EventHandler::hitTestResultAtPoint used to have a quirk/bug where it changed the result.point() so that after the function it was in the coordinates of the last frame it hit-tested. It no longer does that, if you use that position for the context menu have code that corrects for the old bug, it might be wrong now that it is no longer necessary.

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