[RFC] Better Pagination for touch screens

These requests for comments/change have lead to an implemented feature that has been successfully merged into the 3.1/Ascraeus branch. Everything listed in this forum will be available in phpBB 3.1.
Post Reply
User avatar
FloFlo91
Registered User
Posts: 11
Joined: Sun Jun 08, 2014 4:06 pm
Location: Paris, France
Contact:

Re: Better Pagination for touch screens

Post by FloFlo91 »

Really good feature.

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Better Pagination for touch screens

Post by PayBas »

Okay so we need to:
  1. Fix incorrect title attribute on input element
  2. Remove empty value attribute
  3. Improve responsive spacing
Anything else?

Perhaps reduce the number of pagination elements in topic-rows. Seems excessive, especially in responsive mode.
reduce-pagi-row.png
reduce-pagi-row.png (5.94 KiB) Viewed 19483 times
1 ... 32 33 34 seems more than enough to me

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Better Pagination for touch screens

Post by DavidIQ »

4 of those page number boxes seems fine to me as well for responsive layout.
Image

keith10456
Registered User
Posts: 523
Joined: Sat Apr 22, 2006 10:29 pm
Contact:

Re: Better Pagination for touch screens

Post by keith10456 »

4 seems like enough in mobile or desktop mode considering that " jump to" is available.

User avatar
John P
Posts: 157
Joined: Sun Nov 04, 2012 7:39 am
Location: Netherlands
Contact:

Re: Better Pagination for touch screens

Post by John P »

Why is the "jump to" so big?

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Better Pagination for touch screens

Post by PayBas »

DavidIQ wrote:4 of those page number boxes seems fine to me as well for responsive layout.
The reduction in numbers would be for both desktop and responsive. Hiding a few elements in responsive mode will require some complex CSS rules, which frankly we don't really need in my opinion.
John P wrote:Why is the "jump to" so big?
To set it apart a bit, to indicate that it really does something different. Besides, we needed a suitable icon... and this is what I ended up with (and the resulting size).

User avatar
Louis7777
Registered User
Posts: 394
Joined: Fri Apr 04, 2014 12:32 am

Re: Better Pagination for touch screens

Post by Louis7777 »

PayBas wrote:
DavidIQ wrote:4 of those page number boxes seems fine to me as well for responsive layout.
The reduction in numbers would be for both desktop and responsive. Hiding a few elements in responsive mode will require some complex CSS rules, which frankly we don't really need in my opinion.
Hmm I was thinking... the [1] for going to page one is useless in that case. Just food for thought - I don't have any ideas.

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Better Pagination for touch screens

Post by DavidIQ »

PayBas wrote:
DavidIQ wrote:4 of those page number boxes seems fine to me as well for responsive layout.
The reduction in numbers would be for both desktop and responsive. Hiding a few elements in responsive mode will require some complex CSS rules, which frankly we don't really need in my opinion.
That's fine too of course. Was thinking that's what you were suggesting. ;)
Image

User avatar
Sumanai
Registered User
Posts: 95
Joined: Sat Aug 31, 2013 11:12 am

Re: Better Pagination for touch screens

Post by Sumanai »

PayBas wrote:The reduction in numbers would be for both desktop and responsive. Hiding a few elements in responsive mode will require some complex CSS rules, which frankly we don't really need in my opinion.
This negates the usefulness of pagination.
Sorry for my English.

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Better Pagination for touch screens

Post by PayBas »

Sumanai wrote:
PayBas wrote:The reduction in numbers would be for both desktop and responsive. Hiding a few elements in responsive mode will require some complex CSS rules, which frankly we don't really need in my opinion.
This negates the usefulness of pagination.
How so? We are talking about inline panigation on viewforum rows.

Post Reply