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

CommentFileSizeAuthor
#3 imce_set_app.js_.patch646 bytesufku

Comments

ufku’s picture

jquery 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.

sykic’s picture

I 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 ?

ufku’s picture

Status: Active » Needs review
StatusFileSize
new646 bytes

here is the patch.
it will be included in the next release.

ufku’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.