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

fullscreen media view: improve drag behaviour and remove visible scrollbars #4385

Conversation

Simon-Laux
Copy link
Member

@Simon-Laux Simon-Laux commented Dec 4, 2024

  • fix drag area problem in fullscreen media view
  • fix: remove visible scrollbars in fullscreen media view

closes #4368 (I know we could do even better, but this invisible drag area where the navbar would be already fixes the bug in my eyes)

The scrollbar problem: (those scrollbars are just a visual bug, they don't really do anything as far as I understood it)
Bildschirmfoto 2024-12-04 um 15 48 47

The drag area:

before after
Bildschirmfoto 2024-12-04 um 15 51 01 Bildschirmfoto 2024-12-04 um 15 51 42

solves #4368 (for now, I know that it could be even better, but this commit makes fixes the big problem of inconsistent dragging behaviour)
@Simon-Laux Simon-Laux added the bug Something isn't working label Dec 4, 2024
Copy link
Collaborator

@WofWca WofWca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did not test the draggable thing, but the scrollbars fix is sensible. Scrolling is actually performed by mouse drag, and zooming with scroll wheel.

Copy link
Member

@nicodh nicodh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Mac

@nicodh nicodh merged commit 7831e38 into main Dec 4, 2024
10 checks passed
@nicodh nicodh deleted the simon/improve-dragging-and-fix-fullscreenmedia-view-scrollbar-problem branch December 4, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Full screen media window not draggable on Mac
3 participants