mathjax / MathJax-a11y

MathJax Accessibility extensions
https://mathjax.github.io/MathJax-a11y/
Apache License 2.0
35 stars 19 forks source link

explorer not active after refreshing #197

Closed pkra closed 7 years ago

pkra commented 7 years ago

Steps to reproduce:

Expected:

Actual:

screenshot from 2017-05-24 10-39-57

Workaround:

pkra commented 7 years ago

Reproduced on Chrome and FF latest.

dpvc commented 7 years ago

It turns out that the accessibility-menu extension has a timing problem when used in a combined configuration file. The combined configuration file runs before the menu cookie is read, the menu settings aren't actually in place when the accessibility-menu code runs, so it doesn't know that the menu items have been selected, so doesn't load the needed code.

I have put a fix in the issue197 branch.

dpvc commented 7 years ago

==> Merged.