Page 1 of 1

Error in Imagebrowser (fck)

Posted: Thu Oct 21, 2010 4:04 pm
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!

Posted: Tue Oct 26, 2010 2:14 pm
by maschoff
Thanks for your feedback! We will check it and include in the next release.

Posted: Thu Nov 25, 2010 12:36 pm
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.