Closed (fixed)
Project:
IMCE
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2008 at 12:31 UTC
Updated:
24 Jun 2008 at 08:42 UTC
Jump to comment: Most recent file
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.