Hi,
I am seeing a weird problem with CuteEditor_OnInitialized that it does not get fired for Safari and Chrome browsers. However it works fine for FF and IE.
But, if i enclose the functionality of CuteEditor_OnInitialized within window.onload() method, it seems to be working fine for all the browsers.
Does anybody know why CuteEditor_OnInitialized does not work in safari or Chrome , but in FF and IE?
ALso, the workaround , I have done by enclosing the functionality of CuteEditor_OnInitialized in window.onload() , is fine or there can be some other alternative so that CuteEditor_OnInitialized get fired for Safari and Chrome also?
Thanks in Advance
-Gaurav