Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling with Page up / Page down stops working intermittently after a redraw #47

Open
jmcphers opened this issue Mar 27, 2015 · 2 comments

Comments

@jmcphers
Copy link

Repro:

  1. Go to https://datatables.net/extensions/scroller/
  2. Click inside the scroll frame
  3. Page down a few times rapidly

After a few page downs, the scroller stops paging down and the parent page is scrolled instead, which makes paging through larger datasets more or less impossible with the keyboard.

This doesn't happen all the time but it's > 50% of the time for me (Chrome 41).

The problem appears to occur concurrently with a redraw of the table; that is, the keyboard events are handled correctly as the table is scrolled by the browser, but they stop working once the table has been redrawn to include new data.

@DataTables
Copy link
Collaborator

Thanks for flagging this up. I hadn't tried scrolling with page up / down before actually, so not too surprised that it doesn't work I'm afraid.

There is a bit of a support backlog at the moment so it might be a little while before I can get to this, but I will do so!

@nshah20
Copy link

nshah20 commented Jun 16, 2015

I was wondering if anyone has figured out how to fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants