javascript - CKEDITOR EqnEditor(Math plugin) not working on multiple instances on same page -
i using ckeditor (anuglar-ckeditor) , added eqneditor plugin write mathematical expression. working fine single instance of ckeditor on 1 page. if add multiple instance of ckeditor on same page, eqneditor's hover not working.
in case, if have 2 instance on single page, , open eqneditor first instance working, when go second instance editor's eqneditor, hover icon not showing.
same thing happening when reverse it. if open second instance first eqneditor work fine second instance, not first. found solution here not working me. have same problem link.
here plugin in config.js file :-
config.extraplugins = 'eqneditor',
i don't know if topic still open discussion, felt @ same problem week, , i've developed solution.
https://github.com/ygorlazaro/eqneditorfix
it's .js file need add @ project, , i'll fix error.
this code removes , adds from/to dom eqneditor. @ case, if eqneditor binded event @ ckeditor, give 'reload'. working without need reload ckeditor (my first approach here).
Comments
Post a Comment