Sochettra / dynatree

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

LI elements have their attributes stripped by dynatree? #272

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.

Visit the demo page
http://wwwendt.de/tech/dynatree/doc/samples.html

Click the default options example

2.  View the source of the page. Note the <li id="...."> tags. The line element 
have attributes set.
3. Using google chrome, inspect the resulting tree and the <li> tags have been 
stripped of their attributes.

Original issue reported on code.google.com by andyfusn...@gmail.com on 13 Jan 2012 at 10:08

GoogleCodeExporter commented 8 years ago
thats right. Dynatree _converts_ the UL/LI to a new element hierarchy.
The id attribute becomes the node's key, for example.

Original comment by moo...@wwwendt.de on 14 Jan 2012 at 9:16

GoogleCodeExporter commented 8 years ago

Original comment by moo...@wwwendt.de on 26 Jan 2013 at 4:08