Page MenuHomePhabricator

Search icon and account circle icons do not display
Open, Needs TriagePublic

Description

Screen Shot 2021-01-04 at 4.16.00 PM.png (114×1 px, 19 KB)

There is a 404 error for the search asset

The error is in the line:

echo $this->makeSearchButton( 'image', array( 'src' => $this->getSkin()->getSkinStylePath( 'images/magnifying-glass.svg' ), 'alt' => 'search button' ) );

Also note <i class="material-icons">account_circle</i> which is not styled.

Event Timeline

Jdlrobson renamed this task from Search icon does not display to Search icon and account circle icons do not display.Jan 5 2021, 12:17 AM
Jdlrobson updated the task description. (Show Details)

This will probably won’t fixed due to the fact that the skin hasn’t been updated since 2016.

Perhaps, but the code is hosted on Wikimedia's Gerrit instance, so perhaps we can find somebody in the community interested in maintaining it? I'm happy to review any patches that help to that effect.

I'd be interested in maintaining it, I have a fork on GitHub of it bc I like the skin.

@MediaJS I'm happy to help review a patch for this one, if you want to provide one on the Gerrit instance :-) (but please note I will be off on vacation from the end of today until 13th July)