﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3970	Source mode textarea issue on IE7 strict with scrollbars	Tobiasz Cudnik		"Source mode textarea issue on IE7 strict with scrollbars. Continuation of #3921.
=== TC ===
{{{
  <div style=""overflow:scroll;height:200px;"">
         <p>
            <label for=""editor1"">
               Editor 1:</label><br/>
            <textarea cols=""80"" id=""editor1"" name=""editor1"" rows=""10"">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href=""http://www.fckeditor.net/""&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
            <script type=""text/javascript"">
                  CKEDITOR.replace( 'editor1' );
            </script>
         </p>
      </div>
}}}
 Textarea overflows out of scrolled area."	Bug	closed	Normal		General		wontfix	IE	
