Opened 15 years ago
Closed 15 years ago
#8141 closed defect (wontfix)
[PATCH] mythbrowser: Page up/down fix
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythBrowser | Version: | 0.22 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
According to http://www.mythtv.org/wiki/MythBrowser the page up/down buttons should scroll about half a page up or down. However, as of today mythbrowser scrolls a complete page. This occasionally makes it hard a view a specific part between two pages which the always is on the page boundary.
The attached patch scrolls not half but about 3/4 of a page. To me, this seems more natural. There is a need to synchronize the docs with whatever the implementation is.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
I think page up/dowm should move a page at a time. If you want finer control then use the up or down arrows which move a 1/10 of a page.