Page MenuHomePhabricator

Global Preference "Enable syntax highlighting for wikitext" does not persist
Closed, ResolvedPublicBUG REPORT

Description

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

  • go to Special:GlobalPreferences
  • set "Enable syntax highlighting for wikitext" as a global preference to true
  • wait a few hours or days

What happens?:
It sets itself on its own back to false. I would have said I'm going mad, but I've got written traces of enabling it this morning and now I've just found it disabled. This has happened to me multiple times in the last few days.

Other information (browser name/version, screenshots, etc.):
Firefox 146.0.1 on NixOS.

Event Timeline

Bhsd assigned this task to MusikAnimal.
Bhsd moved this task from Bugs to Done on the MediaWiki-extensions-CodeMirror board.
Bhsd added a project: Convenient-Discussions.
Bhsd subscribed.

This issue is due to Convenient-Discussions calling the CodeMirrorWikiEditor#destroy method. r1282370 has been merged to fix it.