Fixed Swiping on pagination is broken

CyberAP

Well-known member
For example click on New Posts and try to swipe left on the pagination links. It will shift them to left, but no new links will appear. I think it should skip to the next 5 pages, without any blanks as it's now.
Tested on iPhone 5, iOS 6.1.4.
 
This shouldn't be swipable. It's actually overflow: hidden which shouldn't allow scrolling.
 
Fixed (not rolled out here). In this case, we don't want the standard touch event stuff that you might want in another scrollable system.
 
Top Bottom