mar10 / dynatree

Automatically exported from code.google.com/p/dynatree
92 stars 37 forks source link

dynatree ajax request conflicts with global ajax options #414

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use dynatree 1.2.4 with ajax init
2. define global ajax options (I use ajaxStart & ajaxComplete to show/hide 
loading icon)
3. after dynatree ajax init, global ajax functions never get fired

What version of the dynatree and jQuery are you using?
1.2.4
On what operating system and browser?
win xp, latest ff
What DOCTYPE declaration are you using?
xhtml trans

Original issue reported on code.google.com by m...@4eversoft.hu on 30 Mar 2013 at 6:42

GoogleCodeExporter commented 9 years ago
even ajax init is not needed, just use the sample from the documentations, and 
create the nodes from js object. The global ajax events stop working...
I look and look over the source code, but can't find what may happen...

Original comment by m...@4eversoft.hu on 30 Mar 2013 at 1:18

GoogleCodeExporter commented 9 years ago
and to be more exact, there is nothing to do with global: true/false, my global 
hadnlers work perfecectly until initializing the dynatree. After that, they 
never get fired...

Original comment by m...@4eversoft.hu on 30 Mar 2013 at 1:20

GoogleCodeExporter commented 9 years ago
sorry, my bad ;)

Original comment by m...@4eversoft.hu on 30 Mar 2013 at 3:04

GoogleCodeExporter commented 9 years ago
No problem - my favorite kind of issue ;-)

Original comment by moo...@wwwendt.de on 31 Mar 2013 at 3:32