Opened 16 years ago
Closed 12 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"><p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p></textarea>
<script type="text/javascript">
CKEDITOR.replace( 'editor1' );
</script>
</p>
</div>
Textarea overflows out of scrolled area.
Change History (2)
comment:1 Changed 15 years ago by
| Milestone: | CKEditor 3.x |
|---|
comment:2 Changed 12 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | confirmed → closed |
Not reproducible on IE8 and we are not supporting IE7 any more.

Milestone CKEditor 3.x deleted