-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right click menu is opened in the left corner #1915
Comments
You can see this happening in the CefSharp minimal example. Basically the offset is taken from the corner of the browser window but the menu is displayed using the same offset from the Monitor top left. |
A complete implementation of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
What version of the product are you using?
CefSharp.Common, CefSharp.Wpf all version 55
What version are you using? Nuget? CI Nuget? build from a branch? If so which branch? e.g. 53.0.1
What architecture x86 or x64?
build from branch 55.0.0-pre01 - x86
On what operating system?
windows 10
Are you using WinForms, WPF or OffScreen?
wpf
What steps will reproduce the problem?
Please provide detailed information here, enough for someone else to reprodce your problem.
Please no binary (zip, etc) links, fork the MinimalExample and push your changes to GitHub. (Alternatively use a code sharing service list Gist or Pastebin).
What is the expected output? What do you see instead?
The expected behavior is that the right click menu will open inside the bowser area and when clicking on the browser again, the menu should be closed.
Its working fine in version 47.
Does this problem also occur in the CEF Sample Application from http://opensource.spotify.com/cefbuilds/index.html?
No.
The text was updated successfully, but these errors were encountered: