-
-
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
PDF scrolling with mouse wheel not working #1916
Comments
It's interesting to note that scrolling with the
Please verify the command line args you used when tested with If you have time, please investigate this further. The |
@shenhavba Did you actually test with |
I did not know that i should run it with command line parameters unril you said so. Can i remove those parameters? Thank you for checking this issue! |
@shenhavba The parameters to use were clearly outlined in the issue template.
No. You can use the |
This repros for me as well. Would be great if we could fix this, since it appears to affect all PDF files in the WPF version of cefsharp. |
Seemingly fixed in CEF62 - those of you seeing this, please try the latest Nuget prerelease packages to see if you can also verify this is indeed fixed in our latest bits. |
Resolved in |
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 good scrolling, page by page but the scrolling causing the pages to jump to the last one.
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: