Page MenuHomePhabricator

Hide Baby Globe when VisualEditor loads
Closed, ResolvedPublic

Description

Current:
The article editing can be done seamlessly on the "article view" page without navigating.

Problem:
This keeps Baby Globe on the page during article editing. By default Baby Globe is not displayed on the "article edit" page, but that rule is enforced by php; and since navigation did not happen to rerender from php side - Baby Globe remains on the page.

Possible solutions:

  • Would be nice to have a hook to react to, but it's not available (yet)
  • Hopefully there is some html tag class that indicates that inline editing started
  • Otherwise MutationObserver?

Event Timeline

Change #1239233 had a related patch set uploaded (by ATitkov; author: ATitkov):

[mediawiki/extensions/WP25EasterEggs@master] Do not show companion when visual editor is active

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

Change #1239233 merged by jenkins-bot:

[mediawiki/extensions/WP25EasterEggs@master] Do not show companion when visual editor is active

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

Change #1239418 had a related patch set uploaded (by Jdrewniak; author: ATitkov):

[mediawiki/extensions/WP25EasterEggs@wmf/1.46.0-wmf.15] Do not show companion when visual editor is active

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

Change #1239418 merged by jenkins-bot:

[mediawiki/extensions/WP25EasterEggs@wmf/1.46.0-wmf.15] Do not show companion when visual editor is active

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

Mentioned in SAL (#wikimedia-operations) [2026-02-16T08:52:24Z] <hashar@deploy2002> Started scap sync-world: Backport for [[gerrit:1239403|Add "Learn more" link below Baby Globe on Minerva (T417077)]], [[gerrit:1239404|Update Qids to initial public version]], [[gerrit:1239419|Escape the unescaped i18n messages (T410091)]], [[gerrit:1239418|Do not show companion when visual editor is active (T417078)]], [[gerrit:1239400|Setting $wgWp25EasterEggsEnable to true for Wikipedias. (T41711

Mentioned in SAL (#wikimedia-operations) [2026-02-16T09:16:19Z] <hashar@deploy2002> jdrewniak, jhsoby, hashar, stang: Backport for [[gerrit:1239403|Add "Learn more" link below Baby Globe on Minerva (T417077)]], [[gerrit:1239404|Update Qids to initial public version]], [[gerrit:1239419|Escape the unescaped i18n messages (T410091)]], [[gerrit:1239418|Do not show companion when visual editor is active (T417078)]], [[gerrit:1239400|Setting $wgWp25EasterEggsEnable to true for Wikipedias

Mentioned in SAL (#wikimedia-operations) [2026-02-16T09:35:17Z] <hashar@deploy2002> Finished scap sync-world: Backport for [[gerrit:1239403|Add "Learn more" link below Baby Globe on Minerva (T417077)]], [[gerrit:1239404|Update Qids to initial public version]], [[gerrit:1239419|Escape the unescaped i18n messages (T410091)]], [[gerrit:1239418|Do not show companion when visual editor is active (T417078)]], [[gerrit:1239400|Setting $wgWp25EasterEggsEnable to true for Wikipedias. (T4171

Jdrewniak renamed this task from Hide Baby Globe when the article editing opens without navigation to Hide Baby Globe when VisualEditor loads.Feb 19 2026, 9:28 PM
Etonkovidova subscribed.

Checked on - Baby Globe is not present when an editor is open.

HFan-WMF claimed this task.
HFan-WMF subscribed.

Verified in production on enwiki, baby globe is hidden when visual editor is open!