mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
In the UI, when a user navigates to a screen that displays a table of data and hovers the mouse over a sortable column header, the cursor does not change to a hand pointer, indicating to the user that it can be clicked on, in order to sort the table's data rows according to that column. When the mouse hovers over the non-sortable 'Quickview' column header, it incorrectly displays a hand pointer cursor instead of a default cursor. When the mouse hovers over a column header, it also does not display the column header's value as a tooltip. Expected Behaviour: The cursor type for a sortable column header must display a hand pointer. The cursor type for the non-sortable 'Quickview' column header must display a default pointer. When the mouse hovers over a column header it must display the column header's value as a tooltip. Actual Behaviour: The cursor type for a sortable column header incorrectly displays a default pointer. The cursor type for the non-sortable 'Quickview' column header incorrectly displays a hand pointer. When the mouse hovers over a column header it does not display the column header's value as a tooltip. To Reproduce: In the UI, navigate to a screen that displays a table of data and hover the mouse over a sortable column header, the cursor does not change to a hand pointer. Hover the mouse over the non-sortable 'Quickview' column header and notice that it incorrectly displays a hand pointer cursor instead of a default cursor. Hover the mouse over a column header and notice that it does not display the column header's value as a tooltip.