#3584: Theme is too fragile -----------------------+---------------------------------------------------- Reporter: alfonsoml | Owner: Type: Bug | Status: new Priority: Normal | Milestone: Component: General | Version: SVN (CKEditor) Keywords: Pending | -----------------------+----------------------------------------------------
Comment(by alfonsoml): I don't think that it's too complex to trigger the problem: {{{ <!DOCTYPE html> <html> <head> <title>Sample - CKEditor</title> <meta content="text/html; charset=utf-8" http-equiv="content- type"/> <script type="text/javascript" src="../ckeditor.js"></script> <style type="text/css"> .mainBody div { border:2px solid red;} </style> </head> <body> <div class="mainBody"> <p> <textarea cols="80" id="editor1" name="editor1" rows="10"></textarea> <script type="text/javascript"> CKEDITOR.replace( 'editor1' ); </script> </p> </div> </body> </html> }}} Just imagine all the possible rules that people might want to apply to their pages by default and then trying to make the editor avoid them might not be an easy task. -- Ticket URL: <http://dev.fckeditor.net/ticket/3584#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