cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

Incorrect title attribute set on download button of gantt view #1944

Open Fraetor opened 1 week ago

Fraetor commented 1 week ago

Description

The hover title of the download button of the gantt view is "Menu", which is not helpful.

20240924_143607

Reproducible Example

Open the gantt view in the cylc GUI, and hover your mouse cursor over the download button.

Expected Behaviour

For better accessibility the title should be something descriptive, like "Download".

ChrisPaulBennett commented 1 week ago

This tool tip is created by the chart library (Apex Charts). The right hand button was originally a menu icon (The three line "Hamburger" icon) that only had the download options in it. So I changed the icon to a download icon. I have had to create a custom localization to handle this. https://github.com/cylc/cylc-ui/pull/1945