Drag&Drop to reorder in playlist missing drop target indicator

Bug #1613089 reported by Ferran Pujol
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Mixxx
Confirmed
Wishlist
Kevin Chau

Bug Description

When I drag&drop a track in a playlist in order to reorder it, there's no clear indicator of where the track will end up. A line where the track will end up should be enough.

Tags: gui
Changed in mixxx:
status: New → Confirmed
importance: Undecided → Wishlist
Changed in mixxx:
assignee: nobody → Kevin Chau (kevinchau321)
Revision history for this message
Kevin Chau (kevinchau321) wrote :

After digging through the Qt docs, I see that this issue has to do with QTableView's "Drop Indicator". In the file src/widget/wtracktableview.cpp, we find:

      setDropIndicatorShown(true);

If I understand the docs correctly, this function call should set the value of the boolean "showDropIndicator" to true and thus we should see a line where the track will end up. However, as the bug points out this isn't the case. Anyone know what's going on?

tags: added: ui
Revision history for this message
Ferran Pujol (ferranpujol) wrote :
tags: added: qt
Revision history for this message
Kevin Chau (kevinchau321) wrote :

Hi Ferran,

I've read through the answers on stack overflow carefully, but I don't quite see how to incorporate those solutions into the mixxx codebase. Any tips? I'm new to this project but very excited to try and get some bugs fixxxed!

Revision history for this message
Ferran Pujol (ferranpujol) wrote :
tags: added: gui
removed: qt ui
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/8627

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.