Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget "Page titles" expanding sometimes bugs #1474

Closed
anonymous-matomo-user opened this issue Jul 13, 2010 · 9 comments
Closed

Widget "Page titles" expanding sometimes bugs #1474

anonymous-matomo-user opened this issue Jul 13, 2010 · 9 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@anonymous-matomo-user
Copy link

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 :

  • lot of loading errors => have to refresh the webpage
  • truncated categories have no icon "+" & "-" so i can open it but cannot close it
  • sometimes, when I open/close a category, it open/close an other category too.

THIS IS THE MAIN FEATURE OF PIWIK, so I cannot show it to my client.

@mattab
Copy link
Member

mattab commented Jul 13, 2010

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?

@anonymous-matomo-user
Copy link
Author

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 ;-)

@mattab
Copy link
Member

mattab commented Jul 22, 2010

So there are two different bugs, is it correct?

  • expanding/collapsing icon missing: happens when a string is truncated inside the tree
  • open a category opens another category of the same name when it should only open the clicked category

@anonymous-matomo-user
Copy link
Author

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.

@mattab
Copy link
Member

mattab commented Jul 29, 2010

Do you still experience the issue in 0.7?

@robocoder
Copy link
Contributor

The string truncation may not be html-aware...could it be truncating an html-entity?

@anonymous-matomo-user
Copy link
Author

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...)

@mattab
Copy link
Member

mattab commented Jan 16, 2011

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

@mattab
Copy link
Member

mattab commented Dec 24, 2011

See #2724

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

3 participants