Issue Details (XML | Word | Printable)

Key: MBS-4926
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Oliver Charles
Reporter: Brian Schweitzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

musicbrainz.org/release-group/{mbid} template is including an extra th

Created: 25/Jun/12 02:08 AM   Updated: 25/Jun/12 01:26 PM   Resolved: 25/Jun/12 01:26 PM
Component/s: Templates
Affects Version/s: Bug fixes, 2012-06-11
Fix Version/s: Bug fixes, 2012-07-09


 Description  « Hide

Example page: http://musicbrainz.org/release-group/1b022e01-4da6-387b-8658-8678046e4cef

musicbrainz.org/release-group/{mbid} template is including an extra th (only for logged in users). This causes the second, correct, th to have a +1 problem in the colspan count. There are only 9 columns, with the checkbox column included; the extra th gives a total defined th colspan of 10, which causes the table to be narrower than it needs to be in Chrome. (Chrome handles it per the W3C standard; Opera and Firefox both treat the "9" as if it were "8".)

<tr class="subh">
<th></th> THIS SHOULDN'T BE HERE
<th colspan="9">Official</th>
</tr>



Sort Order: Ascending order - Click to sort in descending order
Ian McEwen added a comment - 25/Jun/12 03:55 AM

Please include a screenshot; you're right that the number's wrong but this looks fine in every version of every browser I have (including Chrome).


Oliver Charles added a comment - 25/Jun/12 01:26 PM

Fixed in 261cb486ba3730.