﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7253	Maximize functionality in Firefox fails without doctype tag	Justin King		"Attempting to maximize a textarea in Firefox 3.6.13 causes a css rendering issue.  In Chrome however this seems to function fine. Tested with the following code:
{{{
<html>
<head>
   
    <link href=""ckeditor/_samples/sample.css"" rel=""stylesheet"" type=""text/css"" />    

    <script type=""text/javascript"" src=""http://code.jquery.com/jquery-1.5.1.min.js""></script>
    <script type=""text/javascript"" src=""ckeditor/ckeditor.js""></script>
    <script type=""text/javascript"" src=""ckeditor/adapters/jquery.js""></script>
    <script type=""text/javascript"">
        $(document).ready(function(){
            $('.editor').ckeditor();
        });
    </script>
</head>
<body>
    <h1>CKEditor Demo</h1>
    <textarea id=""editor1"" class=""editor"" name=""editor1""><p>Initial value.</p></textarea>
</body>

</html>
}}}
adding this line resolved:
<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">

Video attached as well.
"	Bug	closed	Normal		UI : Skins	3.4.3	fixed		
