Bugzilla – Bug 2908
Now playing number keys are blocked when showing current song
Last modified: 2009-09-08 09:21:32 UTC
This seems to be an interaction between the screensaver wakeup and the showingNowPlaying logic. When showing the curent song, pressing a number key triggers wakeup which resets the song to the current one, instead of allowing it to just to the proportional position in the current playlist.
*** Bug 2909 has been marked as a duplicate of this bug. ***
Created attachment 1119 [details] reset the showingnowplaying state very simple patch to fix this. Becuase we wanted to track the current song when returning from a screensaver, there is a param that stores the showingnowplaying state. This needs to be overridden in the case of a number press, just as it is being done curently for 'up' and 'down' functions.
committed to trunk at change 6011, 6.2.2 at change 6012