| Issue 79: | dtnote.data.title contains <ul> when having chrildren | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. using onClick(dtnote, event) and alerting dtnote.data.title What is the expected output? What do you see instead? I expect to see "title" and not "title<ul>". What version of the product are you using? Lastest Beta 0.4 On what operating system and browser? Ubuntu + FF 3 Windows + FF 3 Windows + Safari 3.2.1 Works like expected on Windows + IE 7 Windows + IE 6
Feb 23, 2009
Ah, i played abit with it. And it is caused by not having any whitespace. I had something like ... <li>Foo<ul><li>Bar .... But when inserting a space like ... <li>Foo <ul><li>Bar... it works. Dont know if is a problem/bug then, but maybe something to notice in the docs.
Feb 23, 2009
If markup is added to the title '<li>'s it should be valid html. For example "<li>hello <b>world</b>." If it get's more complicated try wrapping it intpo a span: For example "<li><span>hello <b>world</b>.</span>" Does this work?
Labels:
Milestone-Release0.4
Feb 24, 2009
The HTML tag <ul> is not some markup that i want to be a part of my item, its simply the child tree. But, when having a space between "<li>foo" and "<ul>" it works. The dynatree added <ul> as html markup, but infact it where a subtree
Jul 17, 2012
considered verified
Status:
Verified
|
Owner: moo...@wwWendt.de