I am tracking actions from a flash application, so I use piwikTracker.setDocumentTitle().
To create an arborescent structure, I add slashes to the title.
The data are well collected but the widget to view it is completely in panic :
THIS IS THE MAIN FEATURE OF PIWIK, so I cannot show it to my client.
I have seen this issue before. Can you put screenshots up please?
did you notice the issue when the children table has many rows, or also on smaller data sets?
Hello !
For the loading errors, it happens with a small dataset and a tree of depth 3 or 4. For the "+"/"-" problem, it happens every time a string is truncated. For the problem of random open/close, it happens in a tree of 3/4/5 depth, and when some titles are similar, ex :
fr > category > ma categorie
gb > category > my category
When I click on the second "category", it sometimes open the fr>category too. Problems happens when I open/close a lot of time, like in a real consult, I have not see this problem when I was testing by clicking just 3 or 4 times.
Sorry for the screenshot, I'am not at the office.
And sorry for my english ;-)
So there are two different bugs, is it correct?
Yes : 2 bugs.
More precisions :
First bug : the fact that the "-" icon is missing render impossible to minimize the category
Second bug : not clearly identified, but it seems to be that.
Thanks for your attention.
The string truncation may not be html-aware...could it be truncating an html-entity?
Now, in piwik 1.0, strings can be longer before being truncated, but the table width is expended... So in the homepage (dashboard) we cannot read the number of view (overflow...)
bebz, would you be able to test using trunk on a fresh Piwik install (do not upgrade your production piwik) ? I've made some changes in the code, which might help this bug
See #2724