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

Fixed link preview overlays remaining on screen sometimes #93

Conversation

dogusata
Copy link
Collaborator

@dogusata dogusata commented Aug 8, 2024

Problem

Sometimes related link overlay (details) remain on screen and makes the UI panel unusable.

Solution

  • Added a check if window looses focus then removes the active overlay for related link previews.
  • Updated max width and height of the overlays to let user focus on some other point to automatically hide overlay items
  • If content exceeds overlay size, it will not bleed from the edges anymore (overflow: hidden)

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

updated max width and height of overlays
@dogusata dogusata requested a review from a team as a code owner August 8, 2024 11:46
@dogusata dogusata merged commit 3d8ccae into main Aug 9, 2024
1 check passed
@dogusata dogusata deleted the sometimes-related-link-tooltips-stays-on-screen-and-makes-ui-panel-not-usable-anymore branch August 9, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sometimes related link tooltips stays on screen and makes UI panel not usable anymore.
2 participants