#579 closed defect (fixed)
<br> tag out of nowhere
Reported by: | ilia | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Please take a look at test_Tree_7.html
Right-click on Item 1 (has no children) -> create child. You will see a blank space => that's because of strange <br/>, which appears in container of Item 1 weirdly.
You may want to check Item 1 with DOM Inspector right after test is loaded (no need to click).
Note: See
TracTickets for help on using
tickets.
Found it