Page MenuHomePhabricator

Double date headers on mobile Special:Contributions with inline comment "<!-- Could not format Special:Contribution row. -->"
Open, MediumPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
Double date headers on mobile (presumably do to the Flow edits?)

What should have happened instead?:
no double date headers

Software version (skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):
Chrome 110.0.5481.153 (Android)

When inspected the following HTML is present:
"<!-- Could not format Special:Contribution row. -->"
This inline comment was added by @Bawolff in ede90ac05abc in December 2012 but I'm not sure I understand the circumstances in which it occurs.

IMG_20230312_133545.jpg (2×1 px, 322 KB)

Event Timeline

Jdlrobson subscribed.

This looks like an issue in Minerva.
The following rules should address this:

.mw-changeslist-time:not(.mw-changeslist-date) {
    display: inline-block;
}
.mw-changeslist-date { display: none; }

There's also likely a bug relating to hidden/supressed edits.

Hello @Nintendofan885, please could you assign me this task, I will love to work on it.
Thanks!

@Sergius_Justus_Nyah do you have any updates that you can share on your progress fixing this issue?

Dear @Jdlrobson,

Apologies for my late reply due to health and academic commitments. I'm still searching for the specific file causing the issue on the Special:Contributions page. I suspect the problem might be due to incorrect grouping logic, timezone differences, or cache update issues. Any guidance from you would be greatly appreciated as I continue to investigate.

Best regards.

Jdlrobson renamed this task from Double date headers on mobile Special:Contributions to Double date headers on mobile Special:Contributions with inline comment "<!-- Could not format Special:Contribution row. -->".Feb 5 2024, 10:04 PM
Jdlrobson removed a project: Web-Team-Backlog.
Jdlrobson updated the task description. (Show Details)
Jdlrobson added a subscriber: Ladsgroup.

Greetings @Jdlrobson I've just gone through the release notes and seeing the file path and what's causing the issue, So I'm actually working on it. Thanks!