- changed title to OSR: Scrolling impossible when auto-scroll enabled by middle mouse button in PDF viewer
OSR: Scrolling impossible when auto-scroll enabled by middle mouse button in PDF viewer
-
What steps will reproduce the problem?
- Run
cefclient.exe --off-screen-rendering-enabled
- Open the sample.pdf using the local path to the file
- Press middle button in the application to enter "AutoScroll" mode.
- Run
-
What is the expected output? What do you see instead?
- It is expected to see an icon with arrows depending on the current operation. Auto-scroll of the document depending on the mouse position on the screen.
- Instead mouse icon does not change and scrolling is not possible anymore.
-
What version of the product are you using? On what operating system?
- Reproduced with cef_binary_98.1.21+g9782362 using windows 10.0.19042
-
Does the problem reproduce with the cefclient or cefsimple sample application at the same version? How about with a newer or older version?
- Reproduced with cef_binary_98.1.21+g9782362
-
Does the problem reproduce with Google Chrome at the same version? How about with a newer or older version?
- In Chrome or without OFR the behavior is as expected.
Comments (3)
-
reporter -
The PDF viewer is being replaced in Chromium in M100, you can test with the new viewer by adding the command line argument listed at https://bitbucket.org/chromiumembedded/cef/issues/3047/add-support-for-new-non-ppapi-pdf-viewer#comment-61493941
I don’t expect the pan cursor to show.
-
Quick check with M100 and it's still broken, further changes are required.
- Log in to comment