Progress bars in MoviePlayer are always white when highlighted

Issue #392 resolved
prl created an issue

In MoviePlayer, if [MoviePlayer] MENU>Settings>Show status icons in movielist is set to Progress or Small progress, the progress bars in the movielist have foreground colour white (strictly, they have default foreground they colour).

This makes it impossible to distinguish an active recordings, a completed, but unwatched recording, or nearly completely watched recording when they are highlighted, because their progress bars are all solid white.

This problem does not affect progress indicators when Show status icons in movielist is set to Icons.

Comments (4)

  1. Peter Urbanec

    Fix bug #392: Progress bars in MoviePlayer are always white when highlighted

    Add colours for foreColorSelected when creating progress indicators in the movie list. data.partcolsel has been added for the seleected colour. A different shade of green is used for "unwatched" when selected because the normal green for "unwatched" has poor contrast with the highlight.

    → <<cset 60d4c5e8d794>>

  2. Peter Urbanec

    Fix Bug #392 reversion: Progress bars in MoviePlayer are always white when highlighted

    [MovieList]

    Add attributes for progress bar colours when they are selected & use those as the selected colour in the progress bar MultiContentEntryProgress item.

    Also add the mechanism to set the colours from the skin.

    → <<cset e4ed20b65970>>

  3. Log in to comment