Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail Folder Tooltip Obscures Full Name in Certain Cases #6302

Closed
3 tasks done
ganthern opened this issue Dec 14, 2023 · 1 comment · Fixed by #6929
Closed
3 tasks done

Mail Folder Tooltip Obscures Full Name in Certain Cases #6302

ganthern opened this issue Dec 14, 2023 · 1 comment · Fixed by #6929
Labels
bug broken functionality, usability problems, unexpected errors state:tested-with-comments Issue has been tested but some issues were found and needs review. ui visual glitches, missing buttons, wrong text...
Milestone

Comments

@ganthern
Copy link
Contributor

ganthern commented Dec 14, 2023

mail folder tooltips don't overflow the window on the right now, but can still collide with stuff on the left and are clipped by their parent on the right:

Screenshot 2023-12-14 at 9 08 09 AM
Screenshot_20231214-085538

And for the clipping on the right:
image

the folder name is "shoreshoretshoret", so just one letter is overflowing. the tooltip is not colliding with the window edge but with its parents edge, so isn't repositioned.

possible fixes:

  • make the tooltip float above everything
  • break the line if it's wider than the mail viewer and/or screen

#6228

Test Notes

  • Long Name wraps
  • short name is not cut off on the right
  • Middle length folder names display as expected
@ganthern ganthern added bug broken functionality, usability problems, unexpected errors ui visual glitches, missing buttons, wrong text... labels Dec 14, 2023
@ganthern ganthern changed the title mail folder tooltips can be cut off on the left mail folder tooltips can be clipped by their parent div Dec 15, 2023
@wrdhub wrdhub self-assigned this May 10, 2024
wrdhub added a commit that referenced this issue May 10, 2024
@wrdhub wrdhub changed the title mail folder tooltips can be clipped by their parent div Mail Folder Tooltip Obscures Full Name in Certain Cases May 10, 2024
@kib42 kib42 added this to the Notifications milestone May 21, 2024
github-merge-queue bot pushed a commit that referenced this issue May 22, 2024
@wrdhub wrdhub removed their assignment May 22, 2024
@murilopereirame murilopereirame self-assigned this May 27, 2024
@murilopereirame
Copy link
Contributor

murilopereirame commented May 27, 2024

There's a scrollbar now even when the whole mailbody is already displayed. I don't think this should hold the release but should be addressed later. This happens when the wrapped folder name is too big (Bigger than the mail body)
image

@murilopereirame murilopereirame added the state:tested-with-comments Issue has been tested but some issues were found and needs review. label May 27, 2024
@murilopereirame murilopereirame removed their assignment May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug broken functionality, usability problems, unexpected errors state:tested-with-comments Issue has been tested but some issues were found and needs review. ui visual glitches, missing buttons, wrong text...
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants