Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#12351 closed Bug Report - General (fixed)

Genre colors broken .0.27

Reported by: cato@… Owned by: Karl Egly
Priority: minor Milestone: 0.27.5
Component: Plugin - MythWeb Version: Unspecified
Severity: medium Keywords: genre colors
Cc: Ticket locked: no

Description

symptom: Skinned genre colors no longer working as expected in MythWeb's Program Listing. Specifically, movies are muddy brown - the color that signifies 'unknown'.

cause: The CSS class name has changed from eg 'cat_movie' to 'type_movie'

fix: The skins have

.cat_movie { background-color: #809090 !important; }
.cat_series { }
.cat_tvshow { }

in programming.css.

As the HTML code shows:

<td class="small type_movie cat_Unknown" colspan="17" style="width: 45%" valign="top"><a id = "program-10220-1421843700"

The skins need to be changed such that

.type_movie { background-color: #809090 !important; }
.type_series { }
.type_tvshow { }

in programming.css

There may be further CSS tweaks required - I just needed this one. :-)

Change History (8)

comment:1 by Karl Egly, 12 years ago

Owner: changed from Rob Smith to Karl Egly
Status: newaccepted

comment:2 by Karl Dietz <dekarl@…>, 12 years ago

Resolution: fixed
Status: acceptedclosed

In 1b86b5763e4c55bed4428bb227079a1ce0568e80/mythweb:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:3 by Karl Dietz <dekarl@…>, 12 years ago

In e0c2a3aea94bc96be5836472a1c53e62b5e43c93/mythweb:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:4 by Karl Egly, 12 years ago

Milestone: unknown0.27.5

comment:5 by stuartm, 11 years ago

Both cat_movie and type_movie classes need to exist, so the fix committed is incorrect. They represent two different things internally.

To fix, the cat_movie definition needs to be re-added alongside the type_movie definition.

comment:6 by stuartm, 11 years ago

OK, after further discussion with Jim about what he was seeing and what the expected behaviour was it seems that it's more a case of moving the type_ rules so that the cat_ rules take precedence. Jim will commit the change.

comment:7 by Jim Stichnoth <jstichnoth@…>, 11 years ago

In cb588d870f215a4e65854a4665cc01b95dc4547e/mythweb:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:8 by Jim Stichnoth <jstichnoth@…>, 11 years ago

In 799db438533acd7fed7b9137b63badb6f163b7da/mythweb:

Error: Processor CommitTicketReference failed
GIT backend not available
Note: See TracTickets for help on using tickets.