#2057: Strange behavior of fix for #1990 (IE selection re-work)
---------------------------+------------------------------------------------
Reporter: MarkWB | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone: FCKeditor 2.6
Component: UI : Dialogs | Version: SVN
Resolution: | Keywords:
---------------------------+------------------------------------------------
Comment (by martinkou):
I've done some code tracing with IE6 but I couldn't seem to reproduce the
problem. Printing debug messages in FCKDialog.EnsureSelection() indicates
that it is executed only once during the FCK.InsertHtml() call.
I performed my tests by modifying the JavaScript code in insertbug.html of
the insertbug plugin to the following, to get a very long HTML to insert:
{{{
var oEditor = window.parent.InnerDialogLoaded();
var x = [];
var y = '<p>Inserted Text</p>';
for(var i=0;i<100;i++)
x.push(y);
function InsertText() {
oEditor.FCK.InsertHtml(x.join(''));
window.parent.Cancel();
}
}}}
--
Ticket URL: <https://dev.fckeditor.net/ticket/2057#comment:1>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac