! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Initially active entry in playlist is not updated on play
Status:
RESOLVED: INVALID
Severity:
trivial
Product:
Xfmedia
Component:
playlist

Comments

Description Mikko Rytk 2005-02-17 19:50:40 CET
When xfmedia is started with existing playlist, one track is initialy active
(title with bold font). Probably the one that was playing when xfmedia was last
closed.

Reproducible: Always
Steps to Reproduce:
1. Start xfmedia (playlist exists)
2. Double click a track to play it.

Actual Results:  
There are two tracks in playlist shown with bold font (=active). The one that is
now playing and the one that was intially active after startup.

Expected Results:  
Only the playing track should be shown as active.
Comment 1 Brian J. Tarricone (not reading bugmail) 2005-02-17 20:08:39 CET
Hmm, I'm not seeing this, and, frankly, it's logically impossible. The playlist
only keeps track of one entry to make bold, and setting a new one overwrites the
previous entry.  The cell renderer function checks the index of each cell
against the index of the row that's supposed to be bold, and explicitly sets it
to not-bold if it doesn't match.

Occasionally I see that two rows end up being bolded for a second or two, but
that's just because gtk doesn't schedule the cell renderer function fast/often
enough when the app is doing a few things at once.
Comment 2 Mikko Rytk 2005-02-18 07:33:05 CET
That's odd. Maybe my problems is somewhere outside of xfmedia then..

> Occasionally I see that two rows end up being bolded for a second or two, but
> that's just because gtk doesn't schedule the cell renderer function fast/often
> enough when the app is doing a few things at once.

This does look like an update issue, since when I select the row with bold
title, it seems to be updated and returns to normal non-bold font.
Comment 3 Brian J. Tarricone (not reading bugmail) 2005-02-20 09:41:58 CET
Mmm, I don't think this is something related to xfmedia, so let's close it.

Bug #774

Reported by:
Mikko Rytk
Reported on: 2005-02-17
Last modified on: 2005-02-20

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Version:
0.7.0cvs

Attachments

Additional information