It would be a nice little improvement if the Navigation links have a TITLE attribute with the page title so they’ll show tooltips when hovered. Long titles and/or pages deep in the hierarchy are often truncated.
We originally had the sidebar set to maximum width to avoid this, but then users complained it was too wide. We made it narrower and now they complained that there are no tooltips for truncated titles.
I don’t know if there is a straightforward way to add this via an extension.
More seriously, thank you for your feedback! I think that’s a good idea to add a title on those links
You can raise the issue yourself on https://jira.xwiki.org . I’d recommend to use the usability tag. https://dev.xwiki.org/xwiki/bin/view/Community/Contributing#HTesting
Make sure to share what version your wiki is on and the specific configuration, I could not reproduce your bug on a 17.X instance because the page titles would wrap on multiple lines instead of being truncated. If there’s no truncation it becomes less important to set a title attribute.
Oh, sorry, this panel is coded in the Panel Extension, which is an extension bundled in XWiki Standard. Therefore you should use the XWIKI project (main project, if there’s something you’re not sure where to report to, it’s your best bet to report it on here ). You can set the Component of your ticket to Panel so that devs know that it’s a problem with the Panel Extension.
We’re really lacking at least one documentation page to help figure out how to report, there’s a lot of things on Jira and it can be confusing for testers not used to the tool.