pupsnow / mathmleditor

Automatically exported from code.google.com/p/mathmleditor
1 stars 0 forks source link

Update a stored formula in MathML editor is not possible #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit a formula in tiny_mce
2. Save it
3. Log out and login
4. Open the stored formula in tiny_mce editor
5. Click on the MathML image to launch the MathML editor in order to update the 
stored formula
What is the expected output? What do you see instead?
The stored images should be displayed in MathML for update

What version of the product are you using? On what browser?
tiny_mce 3.3.9.3

Please provide any additional information below.
I am deploying tiny_mce in an web application on Weblogic.

Original issue reported on code.google.com by akouamed...@gmail.com on 30 Mar 2011 at 1:43

GoogleCodeExporter commented 9 years ago
Hi,

For all HTML editors includes tiny_mce I save an image, not mathml. I can't 
rebuild the mathml from image.

One solution could be to hide mathml in html pages.

I will try for the next release

Original comment by ionel.alexandru@gmail.com on 17 Apr 2011 at 1:00

GoogleCodeExporter commented 9 years ago
Hi there,

I really like this plugin but not being able to go back and update is a major 
issue for us.

I have tried to look at your code  I have started to look at this.  I have 
adapted setFileNameFromServer(n) 
  function setFileNameFromServer

so it writes a <digramfilename>.mathml to the same directory as the 
autogenerated <digramfilename>.jpeg.  Unfortunately I can not see how I can 
override getMathMLFromJavascript(name) so it can look for the corresponding 
mathml for the jpeg name.
It would be really useful if we could do this.
Many thanks
Megan

Original comment by me...@empyreal.co.uk on 12 Jan 2015 at 5:16