Page MenuHomePhabricator

"Read more" and ambox icon disappear on mobile version if page is protected
Closed, ResolvedPublic0 Estimated Story PointsBUG REPORT

Description

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

  • Access any page that is protected and has an ambox in one of the sections (examples: 1, 2). If the ambox is at the beginning of the page, the error will not occur.

What happens?:
"Read more" and the icon disappear. The "Read more" is critical, as only two lines are displayed.

Event Timeline

Interestingly it works for me when logged in but not anonymously:

Screenshot 2023-07-07 at 2.58.03 PM.png (1×1 px, 309 KB)

LGoto triaged this task as Medium priority.Jul 13 2023, 5:16 PM
LGoto moved this task from Incoming to Current Fiscal Year on the Web-Team-Backlog board.

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

[mediawiki/skins/MinervaNeue@master] Fixes page issue icon

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

Change 942054 merged by jenkins-bot:

[mediawiki/skins/MinervaNeue@master] Fixes page issue icon

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

Jdlrobson set the point value for this task to 0.

Bug should be fixed. Adding to next sprint so we can get this Verified

Edtadros subscribed.

Test Result - Prod

Status: ✅ PASS
Environment: enwiki
OS: macOS Ventura
Browser: Chrome
Device: MBP
Emulated Device:NA

Test Artifact(s):

QA Steps

✅ AC1: Read more and ambox should appear on protected pages

https://en.m.wikipedia.org/wiki/Conor_Mccreedy

IMG_9458.jpeg (2×1 px, 781 KB)

https://en.m.wikipedia.org/wiki/Tom_Krajewski

IMG_9459.jpeg (2×1 px, 1 MB)

Please take a look at the test results

LGTM. I think the additional margin is due to local wiki

html.client-js body.skin-minerva .mw-parser-output .mbox-text-span {
    margin-left: 23px!important;
}