-
-
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
WPF/OffScreen Mouse wheel becomes unresponsive #2408
Comments
|
Looks like disabling TouchpadAndWheelScrollLatching resolves the problem. Upstream PR to resolve the problem was submitted a few days ago https://bitbucket.org/chromiumembedded/cef/pull-requests/167/add-mousewheelphasehandler-for-osr-issue/diff |
Add Hack to CefSharpApp to allow for setting of disable-features command line arg Add the example command line args #2408
Add Hack to CefSharpApp to allow for setting of disable-features command line arg Add the example command line args #2408
In ChromiumWebBrowser disable by default when default call to Cef.Initialize Issue #2408
Helper method added in var settings = new CefSettings();
settings.DisableTouchpadAndWheelScrollLatching(); See fda291b#diff-8504643e16a7bcd2d9428f463a767ff9R111 for an example. This only been added to the |
|
|
Changes have been merged into |
With #2477 the values to workaround this issue will be set by default. Will be officially fixed in |
|
What version of the product are you using?
65-pre01 and 66 based CEF builds
What architecture x86 or x64?
Both
Win 10, likely Win 7 as well
WinForms
,WPF
orOffScreen
?WPF and OffScreen
What steps will reproduce the problem?
After reloading a page 3-4 times scrolling no longer works. SendMouseWheelEvent method
What is the expected output? What do you see instead?
Scrolling with mouse should function normally
CEF
Sample Application from http://opensource.spotify.com/cefbuilds/index.html?https://bitbucket.org/chromiumembedded/cef/issues/2400/scroll-wheel-becomes-non-functional-with#comment-44369181
https://bitbucket.org/chromiumembedded/cef/issues/2214/osr-scroll-is-erratic-after-using-mouse
https://bitbucket.org/chromiumembedded/cef/issues/2438/osr-mouse-wheel-scrolling-sometimes-stop
The text was updated successfully, but these errors were encountered: