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

Tree renders child incorrectly when parent to an only child gets updated then the child gets updated #418

Closed
justindoherty opened this issue Feb 7, 2013 · 1 comment

Comments

@justindoherty
Copy link
Contributor

This is sort of a spin off of #353 that I am able to reproduce in 0.3.5 and the latest master d238a52.

If I update a parent to an only child then update that child I get a "row is undefined" error in the console and the child row is missing from the grid.

This can be demonstrated in the test/tree_expand.html page by running the following code:

syncGrid.store.put(syncGrid.store.get("OC"));
syncGrid.store.put(syncGrid.store.get("AU"));

or

  1. Browse to test/tree_expand.html
  2. Check the 'Visited' editor for Oceania
  3. Click save
  4. Check the 'Visited' editor for Australia
  5. Click save

You'll notice a row is undefined error in the console and the Australia row is now missing.

@ghost
Copy link

ghost commented Mar 8, 2013

Closing this as it's reportedly also fixed by #472 (and indeed, this sounds similar to the report in #467).

@ghost ghost closed this as completed Mar 8, 2013
This issue was closed.
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

1 participant