Page MenuHomePhabricator

Overflow menu userpage link loses its tooltip/access key
Open, Needs TriagePublicBUG REPORT

Description

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

As seen in T415291

  • Now scroll down until header is replaced with sticky header
  • Move focus to the userpage link again (which now moves into the overflow menu)

What happens?:
Access key is lost. Tooltip title changed

What should have happened instead?:
They shouldn't change. The userpage link hasn't.

This is likely caused by rMW962ad3329b12

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Confirmed on enwiki wmf.13 - only user page tooltip is affected; Watchlist/Contributions still show the tooltips with shortcuts

Screenshot 2026-02-04 at 3.39.31 PM.png (378×954 px, 51 KB)
Screenshot 2026-02-04 at 3.40.22 PM.png (796×1 px, 157 KB)
Jdlrobson-WMF subscribed.

The menu item added in SkinTemplateNavigation__UniversalHook in includes/HomepageHooks.php should probably copy across the tooltip and accesskey from the existing main page item it replaces.