#3849: Switching list type at the end of documet crashes IE8.
-----------------------------------------+----------------------------------
 Reporter:  martinkou                    |       Owner:  martinkou     
     Type:  Bug                          |      Status:  new           
 Priority:  High                         |   Milestone:  CKEditor 3.0  
Component:  Core : Lists                 |     Version:  SVN (CKEditor)
 Keywords:  Confirmed IE Oracle Review?  |  
-----------------------------------------+----------------------------------

Comment(by martinkou):

 This is caused by the collapsed selection fix for IE related to the
 isStartMarkerAlone flag. The flag is commented out and assumed to be
 always true (i.e. the hack fix is always applied in IE) because it was
 found that the flag somehow doesn't work after it's ported from v2 to v3.
 The problem is, when the fix is applied to cases where it is not needed,
 it might crash IE8.

 The reason this flag doesn't work is due to #3880 - actually the
 evaluation statement has a hidden typo in v2, but somehow the typo-ed
 statement actually gives the correct results. When the same statement is
 ported to v3, there's no such typo, and corrected statement gave the wrong
 result instead. The typo-ed part of the evaluation statement in v2 is
 found to be redundant in #3880, the correct fix is to remove that part of
 the statement in both v2 and v3.

 So I have re-enabled the isStartMarkerAlone check in v3, and the browser
 crash issue seems to go away.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3849#comment:5>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to