After IMCE has return URL to 'Link info' tab
the protocol should be changed to other
the demo on the FCkeditor site does this which is not using IMCE
If it is not changed to other the end user has to do this before the link works ??
Fairly new to drupal and I must say Fckeditor and imce are awesome
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | imce_set_app.js_.patch | 646 bytes | ufku |
Comments
Comment #1
ufku commentedjquery does not trigger the inline events.
i think this an IE-specific bug. can you confirm?
try adding this line after line 31 of imce_set_app.js:
try{doc.find('#'+ appFields['url']).trigger('onblur').trigger('onchange').trigger('onfocus')}catch(e){};patch's coming soon.
Comment #2
sykic commentedI can confirm that this only an IE problem 6 and 7, Firefox OK
sorry didn't think to check this
put line of code in imce_set_app.js and can confirm that it now works in IE 6,7
Thanks for quick fix
will this be in next release ?
Comment #3
ufku commentedhere is the patch.
it will be included in the next release.
Comment #4
ufku commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.