Page MenuHomePhabricator

extraneous semicolon appearing in watchlist view
Closed, DuplicatePublicBUG REPORT

Description

There is what appears to be an errant hardcoded semicolon (";") appearing between separators of the watchlist.

Originally reported on enwiki in: https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#What%27s_with_the_semicolons_in_the_watchlist%3F

Seems to be related to the coding for:

::after

which is loading:

.mw-title::after {
    content: ';\00a0';
}

Screenshot:

T237685Capture.PNG (140×594 px, 16 KB)

Event Timeline

Xaosflux changed the subtype of this task from "Task" to "Bug Report".Nov 7 2019, 8:58 PM
Xaosflux added a subscriber: Jdlrobson.

Possibly related to T233649

This is affecting recent changes as well as the watchlist.

On wikis that use Flow, it's even odder; these seem to have a "; ; " between the title and the timestamp. (Presumably they already had one and this has added another?)

https://www.wikidata.org/wiki/Special:RecentChanges?hidebots=1&hidecategorization=1&namespace=2600&limit=500&days=7&urlversion=2

https://fr.wikipedia.org/wiki/Special:RecentChanges?hidebots=1&hidecategorization=1&hideWikibase=1&namespace=2600&limit=50&days=7&urlversion=2

Xaosflux updated the task description. (Show Details)

Change 549687 had a related patch set uploaded (by Zoranzoki21; owner: Zoranzoki21):
[mediawiki/core@master] Rename CSS rule .mw-changeslist-date:before to .mw-changeslist-date:after

https://gerrit.wikimedia.org/r/549687

Change 549687 abandoned by Zoranzoki21:
Rename CSS rule .mw-changeslist-date:before to .mw-changeslist-date:after

Reason:
Will leave this to Jdlrobson

https://gerrit.wikimedia.org/r/549687