Opened 15 years ago
Closed 15 years ago
#6061 closed Bug (fixed)
IE: AutoGrow is not shrinking
| Reported by: | Frederico Caldeira Knabben | Owned by: | Sa'ar Zac Elias |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | IE8 | Cc: |
Description
With the new autogrow plugin, introduced into the 3.4.x branch, the editor grows as expected when we insert contents, but it's not shrinking back when we start deleting it.
Steps to reproduce:
- Load the AutoGrow sample.
- Hit ENTER in any of the editors, so it start to grow.
- Delete all the previous line breaks with BACKSPACE.
The editor should shrink back up to its original size. With IE, this is not happening.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
| Keywords: | IE8 added; IE removed |
|---|---|
| Status: | new → confirmed |
Changed 15 years ago by
| Attachment: | 6061.patch added |
|---|
comment:2 Changed 15 years ago by
| Owner: | set to Sa'ar Zac Elias |
|---|---|
| Status: | confirmed → review |
documentElement.scrollHeight's behaviour was modified for IE8, so this is probably one of the results.
comment:3 Changed 15 years ago by
| Status: | review → review_passed |
|---|
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [5772].

Works well with IE7.