#3973: Bulleted List Bug IE8 ----------------------------------+----------------------------------------- Reporter: wackyphill | Owner: garry.yao Type: Bug | Status: assigned Priority: Normal | Milestone: CKEditor 3.0 Component: Core : Lists | Version: Keywords: IE Confirmed Review? | ----------------------------------+----------------------------------------- Changes (by garry.yao):
* keywords: IE Confirmed => IE Confirmed Review? Comment: Regression from #3887.[[BR]] The error is triggered by the following steps: 1. When apply inline style, a empty text node is created after the <body> due to the following dirty codes: {{{ // Probably the document end is reached, we need a marker node. if ( !lastNode ) { lastNode = document.createText( '' ); lastNode.insertAfter( range.endContainer ); } }}} 1. When create list, the special treatment logic added in [3850] is incorrectly triggered, where it try to check if the empty text node is at the boundary of a <html> element, result in an error. I'm providing a temporary fix here while a decent solution should be found later. -- Ticket URL: <http://dev.fckeditor.net/ticket/3973#comment:2> FCKeditor <http://www.fckeditor.net/> The text editor for Internet ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ FCKeditor-Trac mailing list FCKeditor-Trac@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fckeditor-trac