[go: nahoru, domu]

Page MenuHomePhabricator

[Regression] Breadcrumb links and redirect indicators are abutting
Closed, ResolvedPublic2 Estimated Story PointsBUG REPORT

Description

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

What happens?:

  • The (Redirected from [...]) message is abutting the breadcrumb links for the parent-page(s)

What should have happened instead?:

  • There should be either
    • a linebreak (as in Vector)
    • a space (for visual separation)
    • or similar

Screenshots (Vector & Vector-2022)

image.png (466×597 px, 46 KB)

Developer notes

The subpages element is currently a span element. Let's switch that to a div element since that seems a more sensible default given how it is used in Wikimedia skins. This requires a change to Skin.php

https://phabricator.wikimedia.org/T317452#8277902

QA Results - Prod

ACStatusDetails
1T301584#7864568

Event Timeline

Jdlrobson renamed this task from Breadcrumb links and redirect indicators are abutting to [Regression] Breadcrumb links and redirect indicators are abutting.Sep 12 2022, 7:47 PM
Jdlrobson subscribed.

Related: T256932
Regression caused by dfede899d (T316027) - the siteSub rule was not copied over.
To fix this it seems sensible to make siteSub a div inside core to fix this one includes/skins/Skin.php to avoid this happening again.

Change 833413 had a related patch set uploaded (by Jdrewniak; author: Jdrewniak):

[mediawiki/core@master] Change subpages element from <span> to <div>

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

Change 833413 merged by jenkins-bot:

[mediawiki/core@master] Change subpages element from <span> to <div>

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

Edtadros subscribed.

Test Result - Prod

Status: ✅ PASS
Environment: metawiki
OS: macOS Monterey
Browser: Chrome
Device: MBP
Emulated Device:NA

Test Artifact(s):

QA Steps

✅ AC1: The subpages element should be switched to a div element.

Screen Shot 2022-10-01 at 11.33.41 AM.png (861×707 px, 181 KB)

Screen Shot 2022-10-01 at 11.32.51 AM.png (767×860 px, 179 KB)

Looks good, resolving