[Webkit-unassigned] [Bug 265025] New: Correcting menu button event trigger location

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 17 06:00:07 PST 2023


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

            Bug ID: 265025
           Summary: Correcting menu button event trigger location
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: PlatformOnly
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: don.olmstead at sony.com, Hironori.Fujii at sony.com

Hi Team,

While going through Blink's Commit, I came across 'Windows' specific fix due to 'contextmenu' keyboard key.

Blink Commit: https://chromium.googlesource.com/chromium/blink/+/d240a9d4fd0f048d4492293d15f6f89ed1509364

WebKit Source: https://searchfox.org/wubkat/rev/114aa2c8594807cbc34dd5dff48a9e2addfd1e00/Source/WebCore/page/EventHandler.cpp#3478

This compiles:

} else if (focusedElement) {
        IntRect boundingBoxRect = focusedElement->boundsInRootViewSpace();
        location = IntPoint(boundingBoxRect.center());
___

Although the test will fail on 'mac' and since I was not able to test on 'Windows', so I am just raising it, if you want to merge or have issue with 'win-cairo' port.

If it is not reproducible then please close.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231117/66d9f5fa/attachment.htm>


More information about the webkit-unassigned mailing list