Martin Wendt

Results 37 comments of Martin Wendt

> So it would be good to know whether the issue that select() seems to wait for the timeout regardless is still present on the Windows system(s) it showed up...

Seems to be a bug in requestretry, I opened an issue there

Maybe you are looking for `data.otherNode` or `data.otherNodeList`. See here (and click 'View source code' at the bottom) for an example https://wwwendt.de/tech/fancytree/demo/#sample-ext-dnd5.html

`getKeyPath()` calls `getPath()` internally, so this is strange behavior. I suggest you use a debugger and step into `getPath()` to fnd out whats going on...

Hi, as you say, this is difficult to reproduce, however the 2nd approach described here https://github.com/mar10/fancytree/wiki/ExtPersist#persistence-in-a-lazy-world would be more efficient anyway?

ext-grid has *experimental* status, and I am not sure if it will ever reach *production*. If you want to work on it, you could implement a PR based on @nathanhennig...

Thank you. In case you are interested: I am experimenting with a more promising approach to viewports here: https://github.com/mar10/wunderbaum

Does it work if you call `node.makeVisible()` in the `restore()` event?

v4.3.0 will have an easier way to configure this, I will update the docs accordingly. Thanks for the feedback.