Page MenuHomePhabricator

Non-functional input appears on desktop history page when viewed in mobile site
Closed, ResolvedPublicBUG REPORT

Description

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

What happens?:

Random checkbox.
https://app.replay.io/recording/revision-history-of-spain-wikipedia-the-free-encyclopedia--bafe0f8e-6aea-4bbc-9b07-9164a19362f0 (Jason you should have view permission on this)

Screenshot 2023-12-13 at 1.54.19 PM.png (1×1 px, 145 KB)

What should have happened instead?:

Screenshot 2023-12-13 at 1.58.19 PM.png (1×1 px, 145 KB)

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

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

Should be fixable by adding display:none on appropriate element.

Event Timeline

Change 982938 had a related patch set uploaded (by Jdlrobson; author: Jdlrobson):

[mediawiki/skins/MinervaNeue@master] Relax CSS selector to apply to checkboxes as well as radio buttons

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

Thank you for all of the info here, it really helped me understand the issue. I was able to reproduce this locally with an admin account (with amc disabled) and the following in LocalSettings.php

$wgMFUseDesktopSpecialHistoryPage[ 'base' ] = true;

Change 982938 merged by jenkins-bot:

[mediawiki/skins/MinervaNeue@master] Relax CSS selector to apply to checkboxes as well as radio buttons

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