You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue with words that are right next to a MathJax expression in CKEditor.
An example would be:
I have sum werds that are not speled currectly\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)
Since the span tags are removed, the text send to the server includes "currectly(x"
On the server, I replaced the "" with a space, so it identifies "currectly" as a misspelling. When the Ajax returns the misspellings list, however, it seems like it is trying to match "currectly" with "currectly(x". That doesn't match, so the misspelling is not highlighted.
Thanks for this plugin, btw. Other than this it is working like a charm.
-- Tad
The text was updated successfully, but these errors were encountered:
I ran into an issue with words that are right next to a MathJax expression in CKEditor.
An example would be:
I have sum werds that are not speled currectly\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)
Since the span tags are removed, the text send to the server includes "currectly(x"
On the server, I replaced the "" with a space, so it identifies "currectly" as a misspelling. When the Ajax returns the misspellings list, however, it seems like it is trying to match "currectly" with "currectly(x". That doesn't match, so the misspelling is not highlighted.
Thanks for this plugin, btw. Other than this it is working like a charm.
-- Tad
The text was updated successfully, but these errors were encountered: