Closed (fixed)
Project:
CKEditor Mathematical Formulas (MathJax)
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2017 at 05:06 UTC
Updated:
20 Aug 2018 at 20:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dinarcon commentedHi @peske,
There is a know issue that prevents this module to work. See https://www.drupal.org/node/2763607 for context. Until that is resolved, this sandbox does not work as expected. It is possible to enter MathJax formatted text and that gets converted to a formula, but it is far from being a nice and intuitive user experience. For now, using the https://www.drupal.org/project/mathjax is advised.
Comment #3
zarexogre commentedGunna follow up on the issue you raised but comparing this module to codesnippet which works fine, this module is missing a libraries file and doesn't have a preprocess html or .module file, just wondered if this might be a factor, gunna have a play, but would like to get this working.
Comment #4
webflo commentedI debugged this issue with an unminified CKEditor in Drupal Core and came to the conclusion that this bug is related to the configurable toolbar.
The toolbar button is added automatically, everything works fine. The button name is "Mathjax" (capital M) because icons provided by the plugins are capitalized in addWidgetButtons. (https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/widget/plug...)
Comment #6
dinarcon commentedThank you very much @webflo for figuring this out!
I tested the patch and it fixes the problem on the node edit page. I did further testing and noticed that the plugin does not quite work on the node view page. I opened #2990973: Plugin not working on node view page as a follow up. I plan to address it soon to be able to make a stable release of the module.