Error in Imagebrowser (fck)

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

Error in Imagebrowser (fck)

Post by inteco »

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: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Thanks for your feedback! We will check it and include in the next release.
OpenEMM Maintainer
maschoff
Site Admin
Posts: 2597
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

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
Post Reply