Page MenuHomePhabricator

Help panel: floating button covers help text
Closed, ResolvedPublic2 Estimated Story PointsBUG REPORT

Description

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

What happens?:

  • the floating button covers the help text

What should have happened instead?:

  • the help text should account for the floating button placement and display the whole text: "Ready? Open the section you want to edit and tap the pencil icon."

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

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

IMG_3750.PNG (2×1 px, 375 KB)

Event Timeline

@AAlhazwani-WMF: Let's talk about this a bit more. Is it really intended that both the overlay and the dock-button are visible at the same time on top of each other? If so, we need to better understand which of the two UI elements should be higher on the vertical axis.

@AAlhazwani-WMF: Let's talk about this a bit more. Is it really intended that both the overlay and the dock-button are visible at the same time on top of each other? If so, we need to better understand which of the two UI elements should be higher on the vertical axis.

@Michael from my own understanding both are supposed to be visible at the same time:

  • the help text so that newcomers can learn that if they want to edit a specific section, they need to tap the pencil next to the section title, and not the top-level pencil in the nav bar at the top of the article
  • the floating button, so that they can close the help panel in the same way they've opened it, making the action truly reservable following the same interaction pattern

my suggestion would be to account for the space by setting a padding-right equivalent to the floating button + margins, something like this:

padding-right: calc(48px + 16px); // 48px is the size of the floating button, 16px is twice the margin (8+8)

image.png (332×840 px, 54 KB)

KStoller-WMF set the point value for this task to 2.
KStoller-WMF raised the priority of this task from Medium to High.Jul 8 2025, 4:56 PM

Change #1169201 had a related patch set uploaded (by Cyndywikime; author: Cyndywikime):

[mediawiki/extensions/GrowthExperiments@master] Fix floating button overlap on mobile footer text

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

Change #1172624 had a related patch set uploaded (by Sergio Gimeno; author: Sergio Gimeno):

[mediawiki/extensions/GrowthExperiments@master] fix(HelpPanel): temporary fix for z-index overlap issues

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

Change #1172624 merged by jenkins-bot:

[mediawiki/extensions/GrowthExperiments@master] fix(HelpPanel): temporary fix for z-index overlap issues

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

Change #1169201 abandoned by Cyndywikime:

[mediawiki/extensions/GrowthExperiments@master] Fix floating button overlap on mobile footer text

Reason:

Overall docking fixed

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