In the PageLoad event of some of our pages that contain Rad Editors, we
change which Config File we are using so that we can sometimes have a
stripped down version of the editor on a given page. We noticed that we
were getting an error whenever we have the ToolbarMode attribute of the
editor set to either 'ShowOnFocus' or 'PageTop' instead of
'Default'. The error is:
"Internet Explorer cannot open the Internet site http://localhost/example.aspx Operation Aborted"
Apparently this is a somewhat common error with IE caused by 'interacting with innerHTML and possibly using other Click to read this topic8/19/2004 12:24:02 PM - NalaRegeork
JScript functionality', as described towards the middle of this page:
http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerProgrammingBugs
In order to reproduce this error, you can put a Rad Editor on an
.aspx page, change the Config File in PageLoad to a configuration that
has the ToolbarMode to 'ShowOnFocus' or 'PageTop', then whenever there
is a postback on the page, just click quickly on the Rad Editor or some
other controls before they are completely finished loading and it will
give you a popup dialog with the error.
My question is just can we do anything about this besides changing the
behavior of ToolbarMode back to 'Default'. It doesn't give the error in
Firefox, and we like the idea of being able to use the 'ShowOnFocus'
functionality for some of our editors.