maschek / imgmap

Javascript based imagemap editor
https://www.maschek.hu/imagemap/
GNU General Public License v2.0
59 stars 33 forks source link

TinyMCE 3 plugin doesnt save areas properly in IE #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open tinymce 3 example (example8.html) in IE
2. Create an imagemap w the plugin
3. View the html source in tiny

What is the expected output? What do you see instead?
coords and shape default to 0,0,0,0 and rect respectively, regardless of
the area drawn.

Discussion of the problem can be found here:
http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=37661#p37661

Example now works well in the repo, however a deployed plugin wont work
correctly until tinymce fixes bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=1977181&group_id=103281
&atid=635682

Original issue reported on code.google.com by adam.mas...@gmail.com on 30 May 2008 at 1:06