pngfix.js in civicspace's scripts directory is not copying all of the attributes of the image tag to the span tag thus skipping some of the important attributes that are needed.
I attached a fix that works for me put there might be a more generic fix than this.

Andy

CommentFileSizeAuthor
#3 pngfix_0.js2.5 KByongrokc
pngfix.js2.36 KByongrokc

Comments

yongrokc’s picture

pngfix.js is for IE 5.5 and 6 only as noted in the file and from the page below.
http://homepage.ntlworld.com/bobosola/

So, don't bother if you're using something other than these.

yongrokc’s picture

Assigned: yongrokc » Unassigned
Status: Active » Needs review

I noticed that this happens with the latest version tinymce, 2.0.3, I downloaded.
It doesn't happen with 1.4.4 which is a version that's supported by the tinymce module, 4.6.0.
The camera image was not available when pngfix.js got executed with 1.4.4 thus bypassing the issue I had with 2.0.3.

I also noticed calls to the mouseover and mouseout functions were broken probably a incompatibility issue that need to be corrected with a newer version of tinymce module if they decide to go with a newer version of tinymce.

So, I decided to go with 1.4.4 for now. The camera image is not transparent but not a big issue.
Sorry for the all the confusions!

yongrokc’s picture

StatusFileSize
new2.5 KB

updated to check for null value before replacing