mbraak / jqTree

Tree widget for jQuery
https://mbraak.github.io/jqTree/
Apache License 2.0
1.02k stars 177 forks source link

Tree with Dialog: expand causes resize and move problem #24

Closed nback5 closed 12 years ago

nback5 commented 12 years ago

When I embed a treeview onto a move able, resize able dialog and then expand a node:

I can drag or move the dialog once more, but after that I cannot drag or resize any dialog after that point. Even if I instantiate a new dialog on a new div, the move and resize drag is squashed on all jquery dialog. jQuery UI 1.8.16

Steps to reproduce: prepare a div for a dialog with a div inside for a tree. Set the tree div to contain a tree, then set the dialog div to become a dialog. you can also set the tree div after the dialog is created, same result. Tried on Chrome and Ie9

mbraak commented 12 years ago

I will try to reproduce the error.

nback5 commented 12 years ago

one more note, even if the treeview is not on a dialog and a node is expanded, the same behavior will occur

mbraak commented 12 years ago

This error is now fixed in the 'dev' branch.

nback5 commented 12 years ago

Thank you, my testing shows that the issue has been resolved.

rosenfeld commented 12 years ago

After this "fix" onIsMoveHandler seems to be broken:

https://github.com/mbraak/jqTree/issues/28

mbraak commented 12 years ago

Is now fixed in the dev branch.