View Issue Details

IDProjectCategoryView StatusLast Update
0000319HTML & PERLBug Report - Interfacepublic2006-06-29 11:31
ReporterQuietust Assigned Toexp  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000319: Current Language Preferences not indicated properly
DescriptionWhen I visit my User Profile, it always lists the default anime and episode title types as "Official Title (Japanese, Romaji)".

This looks to be due to bad HTML:

<option value="1">Official Title (Japanese, Romaji)</option>
<option value="10 selected">Official Title (Japanese, Kanji)</option>
<option value="20">Official Title (English)</option>
<option value="30">Official Title (Other)</option>

<option value="1">Official Title (Japanese, Romaji)</option>
<option value="10 selected">Official Title (Japanese, Kanji)</option>
<option value="20">Official Title (English)</option>

The 'selected' needs to be moved outside the quotes, as such:

<option value="10" selected>Official Title (Japanese, Kanji)</option>
TagsNo tags attached.

Activities

Rar

2006-02-03 02:30

reporter   ~0000745

In fact the tautologous <option value="10" selected="selected"> is required. Dunno if exp attempted some script-wide rename and this case messed up...

Assign -> EXP

exp

2006-06-29 11:31

administrator   ~0000816

IIRC this was fixed some time ago.

Issue History

Date Modified Username Field Change
2006-02-02 23:13 Quietust New Issue
2006-02-03 01:17 DerIdiot Status new => assigned
2006-02-03 01:17 DerIdiot Assigned To => Rar
2006-02-03 01:17 DerIdiot Status assigned => acknowledged
2006-02-03 02:30 Rar Note Added: 0000745
2006-02-03 02:30 Rar Status acknowledged => assigned
2006-02-03 02:30 Rar Assigned To Rar => exp
2006-06-29 11:31 exp Status assigned => resolved
2006-06-29 11:31 exp Resolution open => fixed
2006-06-29 11:31 exp Note Added: 0000816