Currently pages with long page paths get truncated in the “Details” view of the Top Pages report. We’ve tried to truncate the page path in the middle and towards the end too to make them easier to regonize but this is still not an ideal solution for all use cases. Would be good if we can somehow display the full page path by default or on hover or something like that. Looking for ideas.
I run into this because my sites use uuid in the URI.
Could we remove the overflow: hidden (truncate class) and have the full page path on it’s own line with the other values on another line?
otherwise if the “popup” model took advantage of the screen width more could be on the screen at the same time.
This would make the dashboard so much more useful. It’s very hard to scan this page at the moment - have to figure out each URL individually.
Truncating at the end (like you do when the page names are shown on the main dashboard) is probably easier to read than truncating in the midle. It’s jarring that they are truncated differently.
There is a lot of white space within the modal + and the modal could be a lot wider on most screens. This could be used to show more of the URLs without truncating.
Thanks for clearly stating some other options @Andrew Cloke
yeah removing the inline stlye of 860px still doesn’t solve the issue because things are getting truncated. : (
We’ve made a couple of improvements to help the use case with long page paths: We now show the full page path in the Details view of the pages report. And we also show the full page path on hover over in the filter bar when you’re filtering by a page and want to see the full path.
Nice one! It wraps to too lines a bit early (see screenshot), but it’s a massive improvement!