#6967 closed Bug (fixed)
IE: autogrow plug in is not working properly
| Reported by: | Satya Minnekanti | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4 |
| Keywords: | IBM IE | Cc: | Damian, joek, james, c |
Description
To reproduce the defect:
- open a CKEditor sample with autogrow plug in loaded
- press enter 5 times to create 5 empty paragraphs.
- press enter for the 6th time.
Expected Result:
Editor body size should increase automatically with out any scrollbars no matter how many paragraphs we created in editor body.
Actual Result:
In IE6 & IE7 we are getting scrollbars in editor body after 5 empty paragraphs or after 11 lines of text in a paragraph.
In IE8 we are getting scrollbars after 15 empty paragraphs.
Attachments (2)
Change History (8)
comment:1 Changed 15 years ago by
| Keywords: | IE added |
|---|---|
| Status: | new → confirmed |
| Version: | → 3.4 |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
| Cc: | james c added; James removed |
|---|
I can confirm that behavior. In FF and Chrome there is the known scrollbar-flicker and in IE i got scrollbars as soon it should autogrow.
CKEditor 3.5.3 Internet Explorer 8 (IE shows the page in IE8 compatibility mode)
var config = {
toolbar:
[
['Bold', 'Italic','-','NumberedList', 'BulletedList','Outdent','Indent','-','Link', 'Unlink'],
'/',
['Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo','-','Find','Replace'],
],
autoUpdateElement: 'true',
autoUpdateElementJquery: 'true',
removeDialogTabs: 'link:advanced;',
extraPlugins: 'autoclean,autogrow',
autoGrow_maxHeight : 0,
width: '477'
};
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | confirmed → closed |
Issue is fixed by #7173.
comment:5 follow-up: 6 Changed 14 years ago by
In the meantime I've created a patch for this issue that also deals with scrollbar flickering. Please take a look at it, hope you'll find it useful.
Changed 14 years ago by
| Attachment: | 6967.patch added |
|---|


Is there any update to this ticket?