Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM
Moderator: moderator
inteco
Posts: 11 Joined: Wed Apr 07, 2010 1:52 pm
Post
by inteco » Thu Oct 21, 2010 4:04 pm
Just a small error i fixed in 6.1:
File: src/jsp/fckeditor-2.6.4.1/editor/filemanager/browser/emm/browser.jsp Line: 65
Code: Select all
<img src="images/spacer.gif" id="theimage" border="1">
has to be:
Code: Select all
<img src="images/spacer.gif" name="theimage" border="1">
The JS-Function updateImg() gets the image with document.theimage.src where theimage should be a name and not an id ->
http://de.selfhtml.org/javascript/objekte/images.htm
Actually Mozilla gets it done with id but IE and Webkit does not!
maschoff
Site Admin
Posts: 2628 Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:
Post
by maschoff » Tue Oct 26, 2010 2:14 pm
Thanks for your feedback! We will check it and include in the next release.
OpenEMM Maintainer
maschoff
Site Admin
Posts: 2628 Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:
Post
by maschoff » Thu Nov 25, 2010 12:36 pm
Your fix is confirmed! Thanks again and we will give you credit in our changelog. if you want to read a different name there than "inteco" please advise.
OpenEMM Maintainer