[Webkit-unassigned] [Bug 146193] New: [Mac] MiniBrowser: The context menu on PluginView is displayed in the wrong position
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 21 07:54:57 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146193
Bug ID: 146193
Summary: [Mac] MiniBrowser: The context menu on PluginView is
displayed in the wrong position
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sungmann.cho at navercorp.com
In order to calculate the exact position of the context menu on netscape plugins, the plugin instances need to know the size of the window frame in screen coordinates. This size is passed to NetscapePlugin::windowAndViewFramesChanged() from WebPageProxy::windowAndViewFramesChanged() and WebPageProxy::windowAndViewFramesChanged() gets the size from API::UIClient::windowFrame(), but the result is always 0 because there is no overridden implementation to return the actual size of the window frame.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150621/48fa2236/attachment.html>
More information about the webkit-unassigned
mailing list