[okular] [Bug 421780] Most ways of navigating a document not working (Qt 5.15)
Bernhard Rosenkränzer
bugzilla_noreply at kde.org
Wed Aug 5 22:52:50 BST 2020
https://bugs.kde.org/show_bug.cgi?id=421780
--- Comment #6 from Bernhard Rosenkränzer <bero at lindev.ch> ---
The problem seems to be
d->scroller->scrollTo(d->scroller->finalPosition() + QPoint(0, 100 * nSteps),
0);
in slotScrollDown() in ui/pageview.cpp not having any effect (even though
nSteps == 1) when it is called by the keyboard event and wheel event handlers.
I've never used QScroller, so I'm not familiar with its internals -- but at a
first glance, looks like a Qt bug and makes me wonder why others aren't seeing
this (we're using stock qt 5.15).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list