[RFC] Better Pagination for touch screens
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: Better Pagination for touch screens
If "Jump to page" is going to be there then why the need to show so many numbers/buttons?
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Better Pagination for touch screens
We could also try to move the jump to page efeature to the "42 posts" string
Member of the Development-Team — No Support via PM
Re: Better Pagination for touch screens
Nice... Should the page number buttons have a title since "page # of x" will be gone?PayBas wrote:Ticket: https://tracker.phpbb.com/browse/PHPBB3-12615
PR: https://github.com/phpbb/phpbb/pull/2516
Re: Better Pagination for touch screens
I don't see who would benefit from that.Louis7777 wrote:Nice... Should the page number buttons have a title since "page # of x" will be gone?
Re: Better Pagination for touch screens
as long as their is a screen reader title attribute on the button your fine
also paybas here is a vector readat for the icon i think the rounded triangle will be problematic at so small https://www.dropbox.com/s/n0fdlsjeb3ceyqp/jump.ai
also paybas here is a vector readat for the icon i think the rounded triangle will be problematic at so small https://www.dropbox.com/s/n0fdlsjeb3ceyqp/jump.ai
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Better Pagination for touch screens
Title attributes for the pages sound like a good idea. So they don't have likes with name "3" on the page.
(additionally someone could post a link with that description in a post)
(additionally someone could post a link with that description in a post)
Member of the Development-Team — No Support via PM
Re: Better Pagination for touch screens
nickvergessen wrote:Title attributes for the pages sound like a good idea. So they don't have likes with name "3" on the page.
<a href="#" class="pagination-trigger dropdown-trigger" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a>
is still in place, so screen readers shouldn't have a problem in determining which page they're on.Additionally, I think title attributes will get annoying really fast. Having those things pop-up for every page button mouse-over would bug me out personally.
I don't understand.nickvergessen wrote:(additionally someone could post a link with that description in a post)
Re: Better Pagination for touch screens
I use the page jump. But only on large topics.
I agree about the arrows. Just use the title attribute and aria-*, just in case and for blind people.
I agree about the arrows. Just use the title attribute and aria-*, just in case and for blind people.
Re: Better Pagination for touch screens
This has been merged and should be live on Area51 in a few minutes.