Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Issues
  • #2646
Closed
Open
Issue created Mar 09, 2021 by Peter Krautzberger@pkraContributor

[context-menu] menu entry for explorer not active when pre-configured to be active

When configuring mathjax to enable exploration, e.g.,

  MathJax = {
          loader: {
            load: ['a11y/semantic-enrich', 'a11y/explorer'],
          },
          options: {
            enableExplorer: true,
            a11y: {
              speech: true, // switch on speech output
              braille: true, // switch on Braille output
              subtitles: true, // show speech as a subtitle
            },
          },
        };

the settings work but the context menu does not reflect this, i.e., under "Accessibility" the first item "Activate" is not checked and the submenus are not available.

Once I check the menu item "Activate", it's ok (and no re-rendering happens).

I suspect it's an issue with zorkow/context-menu but I thought I'd start here.

Assignee
Assign to
Time tracking