﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8167	CKEditor crashes on simple html code	fernandomm		"CKEditor crashes with this simple html code:

{{{
<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN"">
<html>
  <head>
  </head>
  <body>
    <br>
    <div>
    </div>
  </body>
</html>
}}}

Firefox points the problem to core/htmlparser/fragment.js:270.

If you remove the <br> it works:

{{{
<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN"">
<html>
  <head>
  </head>
  <body>
    <div>
    </div>
  </body>
</html>
}}}"	Bug	closed	Normal		Core : Parser		expired		
