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

Dom update race #33

Closed
amahdy opened this issue Jun 22, 2015 · 0 comments
Closed

Dom update race #33

amahdy opened this issue Jun 22, 2015 · 0 comments
Assignees

Comments

@amahdy
Copy link

amahdy commented Jun 22, 2015

This need a very special setting to reproduce:

  • From the demo, take any Grid example and implement it in a test page.
  • Change the grid to be a bit longer. (Optional, to make reproduction easier).
  • Open developer tools and inspect the grid, select any DOM let say "tbody". (Dev tools here is to visualize the issue).
  • Now make sure that developer tools window is pinned to the bottom of the page, resize it a bit up till it almost reaches the bottom of the grid.

Result: The DOM elements of the grid are getting frequently and rapidly updated and overload the browser.

@jouni jouni added the <v-grid> label Jun 30, 2015
@tepi tepi self-assigned this Aug 18, 2015
tepi added a commit that referenced this issue Aug 18, 2015
@tepi tepi closed this as completed in 2561202 Aug 18, 2015
tomivirkki added a commit that referenced this issue Aug 18, 2015
Prevent infinite size update loop; fixes #33
@tepi tepi removed the in progress label Aug 18, 2015
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

3 participants