Opened 15 years ago

Closed 11 years ago

#3970 closed Bug (wontfix)

Source mode textarea issue on IE7 strict with scrollbars

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: IE Cc:

Description

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.

Change History (2)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:2 Changed 11 years ago by Piotrek Koszuliński

Resolution: wontfix
Status: confirmedclosed

Not reproducible on IE8 and we are not supporting IE7 any more.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy