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

Missing "afterRender" event and callback call on scrolling #733

Closed
mtasic85 opened this issue Jun 1, 2013 · 3 comments
Closed

Missing "afterRender" event and callback call on scrolling #733

mtasic85 opened this issue Jun 1, 2013 · 3 comments
Labels

Comments

@mtasic85
Copy link

mtasic85 commented Jun 1, 2013

When scrollbars are moved and table rendered, only "beforeRender" callback is called without consequent "afterRender".

Open http://jsfiddle.net/LkJ38/17/, and monitor JS console, you will see only "beforeRender" events on table scroll.

@pvagithub
Copy link

I also get same problem with you, I have three table near, how to scrollbar any table, another table will auto scrolled immediately.
#741
Tell me if you have any idea.
Thanks.

@warpech
Copy link
Member

warpech commented Aug 6, 2013

Temporary workaround - use setTimeout 0 in beforeRender should fix most cases.

This will be fixed in 0.9.12

@psmolenski
Copy link
Contributor

Fixed in version 0.9.12

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

No branches or pull requests

4 participants