When when the fckeditor text area is scrolled completely off the screen and a form submit button is pressed, fckeditor will re-grab focus and jerk the whole view back to itself. This is a problem for larger web pages; it means if a web page has a fckeditor and also has a 'save' button that are far enough apart that they cannot both be on the screen at the same time, then clicking on the save button prompts the fckeditor to regrab focus and the whole viewport to move back to the fckeditor and the onclick code of the save button is never executed. The only way to get the fckeditor to relinquish focus is to click somewhere outside of the fckeditor while the fckeditor is on the screen, then the user can scroll up and successfully press the save button.
This only happens in IE. Is there a way to work-around this?
This only happens in IE. Is there a way to work-around this?
Re: fckeditor holds on to focus in IE