Page MenuHomePhabricator

No arrows in recent changes at MediaWiki.org with Chrome and Firefox
Closed, ResolvedPublic

Description

Author: wikimedia

Description:
The arrows in recent changes are missing for WebKit browsers (at least for Chrome and Firefox).

My browser told me that the following line is blocking the line below:
background-image: linear-gradient(transparent,transparent),url(data:application/xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh…0xLjE2NSAzLjYyNGg5LjY3MWwtNC44NzEgNC4webkit-linear-gradient...

Part that is needed:
background-image: webkit-linear-gradient(transparent,transparent),url(//bits.wikimedia.org/static-1.23wmf9/resources/mediawiki/images/arrow-expanded.svg?2014-01-02T16:45:0

webkit-linear-gradient

Thanks and Regards,
Tim


Version: unspecified
Severity: normal

Details

Reference
bz59452

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:32 AM
bzimport set Reference to bz59452.
bzimport added a subscriber: Unknown Object (MLST).

This is the same thing as bug 59234, in fact. The problem is the "application/xml" part, which should be "image/svg+xml".

  • This bug has been marked as a duplicate of bug 59234 ***