Opened 12 years ago
Last modified 12 years ago
#9677 confirmed Bug
[FF3.x] Autogrow fails in case of continuous massive content creation
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Firefox3 | Cc: |
Description
- Go to http://ckeditor4.t/ckeditor/plugins/autogrow/samples/autogrow.html
- Place a caret in the middle of the text.
- Hold Enter (return) for 3 secs.
- A lot of new empty content (
<p> </p>
) has been created but editor preserved its height. - Click inside of the editable or type something.
- Now autogrow worked.
Change History (4)
comment:1 Changed 12 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
Milestone: | CKEditor 4.0.1 |
---|
comment:3 Changed 12 years ago by
Keywords: | Firefox3 added |
---|---|
Status: | pending → confirmed |
I was able to reproduce this from CKEditor 4 beta till current master but to get the result editor must be empty on load - no content should be loaded to it.
This is the only way for me to reproduce this.
comment:4 Changed 12 years ago by
Priority: | Normal → Low |
---|
I have just tried latest master in Firefox 3.6.28 on win7 and didn't get this problem. Editor was growing as expected. Can you still reproduce this issue @a.nowodzinski?