Bug #981
ESC dosn't correctly return to playing track when using SHIFT
100%
Description
Steps to recreate issue:
Have a playing running.
Click on a track other than currently playing track to change highlighted track.
Hit ESC key to return highlight/cursor to currently playing track
Hold SHIFT and then a navigation key of you choice (Up/Down,Pg Up/Down, Home/End)
What happens:
Selected tracks start from previously clicked on item
What should happen:
Selection should be from the currently playing track you've just given focus with the ESC key.
This only seems to effect making selections with SHIFT.
History
#1 Updated by John Lindgren over 4 years ago
Thanks for the detailed report! This turned out to be a real pain to fix, due to just how complex list selections are in Qt.
Anyway, please test:
https://github.com/audacious-media-player/audacious-plugins/commit/2e18b7e7a7bba476fe5982de068a0c0974da0cb3
#2 Updated by John Lindgren over 4 years ago
- % Done changed from 0 to 100
- Target version set to 4.0.3
- Status changed from New to Closed
- Category set to plugins/qtui