Skip to content

grid-cell: Show tooltip for ellipsized names

António Fernandes requested to merge wip/antoniof/grid-tooltips into master

The old canvas expanded filename over the next row when the item was selected. This is impossible to replicate in GtkGridView due to the next row getting drawn after (== on top of) the previous one.

This is perceived as a feature regression. So, let's aleviate it using tooltips when the filename is ellipsized.

Merge request reports