tags:

views:

8

answers:

0

hi

when I clicks on CKEDITOR in IE8 for enter some text , the cursor will not display on editor. why this is happening? I am able to type text with the help of 'Tab' Key.

here is the code

$(document).ready(function(){ $(function(){ new slider(A_INIT5h, A_TPL5h); try { CKEDITOR.replace( 'editor1',{ fullPage : true, skin : 'office2003', height : 90, width :339, toolbar: [ ['Bold', 'Italic', 'Underline', 'Strike', '-','-', 'Subscript', 'Superscript', '-' ,'NumberedList', 'BulletedList', '-','-', 'Outdent', 'Indent'], ['Link', 'Unlink', 'Anchor', '-', '-', 'FontSize', 'Font'], ['Format', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] ] }); } catch(ex) { //alert(ex) } }); try { var ev_dlv = document.getElementById('cboxOverlay'); ev_dlv.onclick = closeThis; var ev_close = document.getElementById('cboxClose'); ev_close.style.display='none' } catch(ex){} });