#2759: error when perfroming drag and drop in ie
--------------------------+-------------------------------------------------
Reporter: bitsize | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone:
Component: General | Version: FCKeditor 2.6.3
Keywords: Confirmed IE |
--------------------------+-------------------------------------------------
Changes (by arczi):
* keywords: Pending WorksForMe => Confirmed IE
* priority: High => Normal
Comment:
Yes. Finally I can confirm this bug.
1- Open IE
2- set ForcePasteAsPlainText = true
3- select text and drag and drop it onto the editor
Result: error line 196
{{{
194 // Paste a marker element at the collapsed range and get it from
the DOM.
195 var sMarkerId = 'fck_dom_range_temp_' + (new Date()).valueOf() +
'_' + Math.floor(Math.random()*1000) ;
196 oRange.pasteHTML( '<span id="' + sMarkerId + '"></span>' ) ;
197
198 return doc.getElementById( sMarkerId ) ;
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/2759#comment:5>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac