Is it possible not to set the focus on the editor on startup in the Internet Explorer?
In Firefox it is not focused.
I'm trying to implement a very simple onChange handler since it is not avaible in the API. the handler is listening to the "onSelectionChange" event.
but in IE it's messed up since the editor is focused on page load.
Thankx for any help!
In Firefox it is not focused.
I'm trying to implement a very simple onChange handler since it is not avaible in the API. the handler is listening to the "onSelectionChange" event.
but in IE it's messed up since the editor is focused on page load.
Thankx for any help!

RE: Don't focus editor IE on startup
I can't say exactly when, but I suspect this only started happening in release 2.1
RE: Don't focus editor IE on startup
Does anyone have a workaround for this problem?