owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
421 stars 157 forks source link

Parent folder tooltip partially hidden behind other elements #11135

Closed JammingBen closed 2 weeks ago

JammingBen commented 2 weeks ago

Describe the bug

The parent folder tooltip is partially hidden behind other elements.

Steps to reproduce

  1. Delete a file
  2. Navigate to the trash bin where the file is located
  3. Hover over the parent folder link

Expected behavior

The tooltip should be visible above other elements.

Actual behavior

The tooltip is partially hidden. Maybe a regression from https://github.com/owncloud/web/pull/11087?

image
pascalwengerter commented 2 weeks ago

Urgh, having caused that I'll take a look

pascalwengerter commented 2 weeks ago

I think I found the culprint, but the result doesn't really spark joy - do we really need to provide the hover with path prefix on the resource as well as the hover on the parent name underneath?

Screenshot 2024-07-04 at 12 33 50
JammingBen commented 2 weeks ago

I'd say the tooltip on the parent folder is sufficient... @tbsbdr or @kulmann might have different opinions though?

kulmann commented 2 weeks ago

The tooltip on the file name is only really relevant if the file name gets truncated in the list. But afaik we can't know that and because of that we just always show the tooltip on the file name.