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

Drag/scrolling impossible on Wayland #14047

Open
morgannunan opened this issue Dec 21, 2024 · 4 comments
Open

Drag/scrolling impossible on Wayland #14047

morgannunan opened this issue Dec 21, 2024 · 4 comments

Comments

@morgannunan
Copy link

Bug Description

If I'm running Xorg, dragging my tracks around my playlists works as expected; however, if I'm running Wayland, I can't drag a track up above the scoll line. It simply won't initiate scrolling to drag the file up. Also, if I try to drag a file down from my deck into a position in my playlist, as soon as the track crosses over the playlist, the whole panel starts scrolling itself up automatically.

Version

2.4.2

OS

Ubuntu 24.04

@ronso0
Copy link
Member

ronso0 commented Dec 21, 2024

Hmm, this is a bit like #14038. I'm afraid there's not much Mixxx can do about it.

Mixxx doesn't handle the auto-scroll itself, it uses the functions of QTableView / QAbstractItemView.

Do you mind trying Mixxx 2.5? https://mixxx.org/download/#beta
(still marked beta, but already on the doorstep, ready to be released next week)
IIRC Mixxx does still not guarantee down-grading (even though no issues were reported lately), so please make a backup just in case you decide to go back to 2.4.2
https://github.com/mixxxdj/mixxx/wiki/Testing#backup-settings-and-database

@morgannunan
Copy link
Author

morgannunan commented Dec 21, 2024

It is like that other issue. I upgraded to 2.5 and I got the same problem: now it only scrolls up one line.

I'm looking through the controls now, and assigning hotkeys. Alt + arrow keys will move whatever's selected up and down through the playlists, which, honestly, is a better solution anyway.

edit// except I just realized these alt + arrow keys don't work in wayland.

@morgannunan
Copy link
Author

Another issue in Wayland is that hold and drag is not holding, half the time. I'll click and hold, then drag, and the item won't come with me. I'll click it again and drag and often times it'll just release halfway to its destination.

These seem like they're more likely Wayland / QT problems than Mixxx ones, but I'm not sure. I can move my comments over to Wayland or QT, whatever you think is more appropriate.

@daschuer
Copy link
Member

I can confirm "an" issue with Ubuntu 24.04. I can move a track on the top visible row and it scrolls one line. When I move the mouse a bit it scrolls more lines. On Ubuntu 22.04 there is not such an issue. It keeps scrolling when holding the mouse in this position with no moving. This has been tested with the resent 2.5 branch.

Can you please file new issues for you other findings? We can only track one bug per issue.

@daschuer daschuer added this to the 2.5.1 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants