-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 size issues #5852
Comments
The only solution I can see so far would be to show scrollbars on the x-axis:
Looks ok on Mac but not so nice on Windows + Linux. One problem are the dataTableRowActions which needs to be fixed as they are positioned fixed. Would need to have a look if scrollbars would be ok for everyone. We would display them of course only if needed |
I tried to solve it with the scrollbars as mentioned above. The problem I couldn't fix are the dataTableRowActions as they are positioned fixed. The idea was to update the left rowActions positions on each mousemove and scroll event which works fine on Chrome but not at all on Firefox. I tried to find different solutions but couldn't. Then I tried to show the rowActions only if I also tried to remove the columns that do not fit into the table but this resulted in problems with the label ellipsis (truncated too early as removing the columns before truncating results in problems and afterwards as well). It is also not that easy since we have to make sure to display at least the column the report is sorted by otherwise it would be confusing. For reports outside of the dashboard (such as Visitors => Browsers") it is not possible to see all columns since there is no "maximise" feature as it is in the dashboard. Maybe we can have a look in Munich at this? Or maybe someone else knows a different solution? An easy fix could be to display the scrollbars and live with the fact that the tableRowActions are always fixed in the same position. |
@tsteur Thanks for reporting on your experiments. It's unlucky you couldn't find something that works nicely. Maybe someone else has an idea? |
See related issue: #6159 Reponsive table which may fix this one. |
this was fixed in Piwik 3 |
I was looking for duplicates for a while, but couldn't find anything. If this however duplicates anything, please close this issue and paste original one in comment.
There are problems with some types of widgets and reports - strictly related with columns and page/dashboard layouts. Ie.
Dashboard + page titles:
http://i.imgur.com/lKYgpNV.png
Visitors + settings
http://i.imgur.com/9fuNlr0.png
The text was updated successfully, but these errors were encountered: