[okular] [Bug 432007] Okular: No scrolling with non-continuous view

David Hurka bugzilla_noreply at kde.org
Sun Jan 24 13:21:56 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=432007

David Hurka <david.hurka at mailbox.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INTENTIONAL
             Status|REPORTED                    |RESOLVED

--- Comment #1 from David Hurka <david.hurka at mailbox.org> ---
I think it should be this way. The scrollbar is part of the
QAbstractScrollArea, and Okular just places pages in the viewport of
QAbstractScrollArea. In non-continuous mode, the viewport contains only one
page. If that page fits on the screen, the scrollbar can not scroll anything,
so Qt hides it.

If Okular shows another scrollbar in that case, that would visually imply the
viewport is scrollable, which is not the case. That would be a weird user
interface.

I don’t think we need another way to show the current position in the current
document. We already have the page par/widget, and the thumbnails bar. The page
widget is scrollable with the mouse wheel.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list