QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 350 forks source link

Autoscroll works partially on image files #2503

Closed ghost closed 6 years ago

ghost commented 6 years ago

The autoscrol plugin works UP and DOWN only, but not to LEFT and RIGHT, when the file is an image, but not web page.

2.2.1 (e228635) Qt 5.9.2.

nowrep commented 6 years ago

Yeah, that extremely clever JavaScript code that detects scrollbars unfortunately fails in this case. I have no idea how to fix it though.

ghost commented 6 years ago

It works in v1.8 with Qt 5.6.* (just for information if can be in help).

nowrep commented 6 years ago

Not really, the implementation is completely different in QtWebKit and QtWebEngine versions.

ghost commented 6 years ago

Oh, i meant version 2.0.2, sorry!

ghost commented 6 years ago

Also in addition to above, i forgot to mantion that it shows scroll_vertical image instead of scroll_all, but works.

ghost commented 6 years ago

He he, i was sure you will catch it, thanks!