Scroll when pressing PageUp/PageDown
ClosedPublic

Authored by trmdi on Jun 4 2019, 8:59 AM.

Details

Summary

Add PageUp/PageDown to the navigationPressed variable.
Remove the m_view->firstVisibleIndex() and m_view->lastVisibleIndex() tests because sometimes it does not work correctly.

BUG: 407118

Test Plan

Press PageUp/PageDOwn: it scrolls
Press Up/DOwn: it always scrolls

Diff Detail

Repository
R318 Dolphin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
trmdi created this revision.Jun 4 2019, 8:59 AM
Restricted Application added a project: Dolphin. · View Herald TranscriptJun 4 2019, 8:59 AM
Restricted Application added a subscriber: kfm-devel. · View Herald Transcript
trmdi requested review of this revision.Jun 4 2019, 8:59 AM
Zren added a comment.Jun 4 2019, 5:39 PM

Patch fixed the issue for me.

elvisangelaccio accepted this revision.Jun 4 2019, 7:47 PM
elvisangelaccio added a subscriber: elvisangelaccio.

Thanks for the quick fix :)

This revision is now accepted and ready to land.Jun 4 2019, 7:47 PM
This revision was automatically updated to reflect the committed changes.