Skip to content
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

Resizing iframe stop capturing mouse wheel #2515

Closed
osasseville opened this issue Sep 14, 2018 · 6 comments
Closed

Resizing iframe stop capturing mouse wheel #2515

osasseville opened this issue Sep 14, 2018 · 6 comments
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. wpf
Milestone

Comments

@osasseville
Copy link

osasseville commented Sep 14, 2018

Bug Report

  • Version: CefSharp.WPF v67.0.0 (x86) Nuget Package
  • OS: Windows 10
  • Problem: resizing iframe stop capturing mouse wheel
  • Steps to reproduce:
    • Go to this code pen in a ChromiumWebBrowser from CefSharp.Wpf v67.0.0 nuget package.
    • Drag the gray horizontal row in the middle of the page up then down to resize the iframes
    • Scrolling in the iframes using the mouse wheel does not work anymore
  • This works well with chrome 67.0.3396.79 and CEF 3.3396.1785.ga27bbfa / Chromium 67.0.3396.79 Sample application (download here)
@osasseville osasseville changed the title Resizing iframe prevents the mousewheel from scrolling Resizing iframe stop capturing mouse wheel Sep 14, 2018
@amaitland
Copy link
Member

What command line args did you load cefclient with?

@cefsharp cefsharp deleted a comment from welcome bot Sep 14, 2018
@osasseville
Copy link
Author

osasseville commented Sep 15, 2018 via email

@amaitland
Copy link
Member

  • This works well with chrome 67.0.3396.79 and CEF 3.3396.1785.ga27bbfa / Chromium 67.0.3396.79 Sample application (download here)

When testing CEF you need to use the following command line args cefclient --multi-threaded-message-loop --off-screen-rendering-enabled

@amaitland amaitland added this to the 69.0.0 milestone Sep 15, 2018
@amaitland
Copy link
Member

I expect what your seeing is related to https://bitbucket.org/chromiumembedded/cef/issues/2214/osr-scroll-is-erratic-after-using-mouse and will be resolved in version 69.

Testing with 05b37ab and everything works as expected.

@amaitland amaitland added wpf upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. labels Sep 15, 2018
@osasseville
Copy link
Author

I just tried the CodePen with cefclient --multi-threaded-message-loop --off-screen-rendering-enabled and it reproduce the issue.

Removing the --off-screen-rendering-enabled seems to resolve the issue. Is there any equivalent in CefSharp?

@amaitland
Copy link
Member

Using the WinForms version is the equivalent.

Closing as this has been resolved and will be fixed in the 69 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. wpf
Projects
None yet
Development

No branches or pull requests

2 participants