Ticket #2045 (new Bug)

Opened 6 months ago

Last modified 5 weeks ago

Math formula issue in mediawiki+fckeditor

Reported by: kavine Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version: FCKeditor 2.5.1
Keywords: Cc:

Description

I want to use formula tools in my mediawiki. I integrate the fckeditor into mediawiki successfully. Then I install the math requirements, it do can render math images, but doesn't works well.

when I input a formula in the formular dialog, then submit, the math image doesn't show immediately, but a image placeholder. If I click the "wikitext" button, it seems work well with a conversion to real wikitext like "<math>formula</math>". Then click the "wikitext" button, the required math image turns out. The most important, while save this page, it becomes [[image:|formula]].

there must be a solution to this problem, for a successful example exists in "http://mediawiki.fckeditor.net/index.php/Sandbox", it works quite well.

Change History

Changed 6 months ago by w.olchawa

  • keywords mediawiki fckeditor formula removed

#2046 has been marked as DUP

Changed 5 weeks ago by alcoa

Is there any progress on this issue or news?

I am having the same issue here:

1) Add ''<math>e=mc^2</math>'' in FCKEditor (Edit Button)
2) Page displayed and rendered as: ''<img src='/bp/images/math/math-a43010f494bf0b6b8750078d33d00067.png' title='e=mc^2' alt='e=mc^2' class="tex">'' in HTML
3) Click Edit again and it is now rendered as ''[[Image:|e=mc^2]]'' in FCKEditor
4) Saving results in ''[[Image:|e=mc^2]]'' being displayed.
Note: See TracTickets for help on using tickets.