mboratko / redmine_latex_mathjax

A plugin to enable mathjax on redmine
24 stars 29 forks source link

LaTeX Plugin and Checklist Plugin cause errors #12

Closed fabschen closed 8 years ago

fabschen commented 9 years ago

The Checklist plugin Undev (https://github.com/Undev/redmine_issue_checklist) and your LaTeX plugin are incompatible to each other. If I have both plugin installed on the redmine system, I can't add some checklist items while I'm editing an issue.

jwalkerbg commented 9 years ago

I confirm that https://github.com/Undev/redmine_issue_checklist

I also found that combinations

prevent issue filters to work in issue list pages (redmine_path/issues, or redmine_path/projects/someproject/issues). redmine_latex_mathjax without above mentioned plugins does not prevent issue filters from functioning.

I suppose that the root problem is the same for all the three cases - may some incompatibility of redmine_latex_mathjax with Redmine 2.6.x.

mboratko commented 9 years ago

I believe this was likely caused by a jQuery conflict. The recent commit by vDorst removes the jQuery dependency and also makes this plugin a macro, resulting in a much cleaner approach which likely won't have these conflicts. Can you check if this is still an issue?

mboratko commented 8 years ago

Closing this for now, if it's still an issue we can reopen.