Closed (fixed)
Project:
YUI Rich Text Editor
Version:
6.x-2.31
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2008 at 19:54 UTC
Updated:
25 Nov 2008 at 21:48 UTC
Wasn't able to upload with previous version 6.x-2.3 so I upgraded today and still no Image Upload.
I checked file permissions and user access, settings appear to be correct.
I'm not great with JS but I tracked down where the code was failing. Appears to be line 17 in image_upload.js
imgPanel.on ('contentReady', function() {
nothing seems to trigger inside of there. I tried doing a simple console.log(imgPanel); and nothing appeared in firebug???
Comments
Comment #1
takach commentedPerhaps http://drupal.org/node/322205 helps you
Comment #2
davidburnsyeah I already applied those patches, but I went ahead and editted the code a bit and submitted a patch in the thread you mentioned.
http://drupal.org/node/322205
Comment #3
jeffcd commentedShould be fixed in 2.32 coming out in a few minutes. Hopefully.
Comment #4
jeffcd commented