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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | pngfix_0.js | 2.5 KB | yongrokc |
| pngfix.js | 2.36 KB | yongrokc |
Comments
Comment #1
yongrokc commentedpngfix.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.
Comment #2
yongrokc commentedI 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!
Comment #3
yongrokc commentedupdated to check for null value before replacing