View Issue Details

IDProjectCategoryView StatusLast Update
0003516HTML & PERLBug Report - Interfacepublic2022-02-27 16:16
ReporterShitenshi Assigned ToDerIdiot  
PrioritylowSeveritytextReproducibilityalways
Status assignedResolutionreopened 
Summary0003516: Guest version of Song page has "Performer(S)" with capital "S"
DescriptionOn the guest version of a song page, e.g. https://anidb.net/song/1580 while not being logged in, on the "Info" tab, the row header "Performer(S)" is spelled just like that, with a capital "S". While logged in, the text is displayed as "Performer(s)".
Steps To ReproduceSimply open a song page (e.g. https://anidb.net/song/1580) while not logged in, for example using an InPrivate/Incognito browser screen.
Tagssongpage

Activities

DerIdiot

2022-02-27 15:12

administrator   ~0004476

i can't reproduce that. The code itself as has it lowercase so the only thing that could up it would be css/js and that would be some quite selective code

Shitenshi

2022-02-27 16:01

reporter   ~0004477

Last edited: 2022-02-27 16:16

I've tested it a bit more:
Cannot reproduce in FireFox 35.0.1 (yes, it's ancient).
Issue appears in Internet Explorer 11(.0.9600.18204).
Issue appears in Chrome 98.0.4758.102 (latest version it tells me).
EDIT: the above also explains my initial report on it depending on being logged out; never tried logging in on Chrome. Issue also present when logged in.

The source code does indeed have the "s" in lower case, and it seems you're correct about CSS being the culprit, according to Chrome it is caused by:
.g_button a span, button, h2, h4, #layout-main .g_bubble.graph div.header, #layout-main div.block div.data table th, #layout-main div.edit_actions span, #layout-main div.g_definitionlist tr th, #layout-main div.g_menu.user ul li, #layout-main div.g_timedentry h4, #layout-main div.tabbed_pane ul.tabs li, #layout-search .submit, #layout-tabs ul.main-tabs {
    text-transform: capitalize;
}
From https://cdn-eu.anidb.net/css/anidbstyle3/anidbstyle3.css?v=2022-01-16T19-07-37

Disabling that returns the "s" to lower case, thought also changes other capital case letters.

I'll see if I can add a screenshot after reopening the issue. That said, absolutely minor, so if this falls under "won't fix", I won't object further.


~ Shitenshi

Shitenshi

2022-02-27 16:03

reporter   ~0004478

Issue History

Date Modified Username Field Change
2022-01-15 18:50 Shitenshi New Issue
2022-01-15 18:50 Shitenshi Tag Attached: songpage
2022-02-27 15:12 DerIdiot Note Added: 0004476
2022-02-27 15:12 DerIdiot Assigned To => DerIdiot
2022-02-27 15:12 DerIdiot Status new => closed
2022-02-27 15:12 DerIdiot Resolution open => unable to reproduce
2022-02-27 16:01 Shitenshi Status closed => feedback
2022-02-27 16:01 Shitenshi Resolution unable to reproduce => reopened
2022-02-27 16:01 Shitenshi Note Added: 0004477
2022-02-27 16:03 Shitenshi Note Added: 0004478
2022-02-27 16:03 Shitenshi File Added: No issue (CSS disabled) though with side-effects (buttons).png
2022-02-27 16:03 Shitenshi File Added: Issue appears (CSS enabled).png
2022-02-27 16:03 Shitenshi Status feedback => assigned
2022-02-27 16:16 Shitenshi Note Edited: 0004477