Opened 14 years ago
Closed 14 years ago
#7014 closed Bug (fixed)
Samples - Ajax - error on page, when Create/Remove button is pressed one by one
Reported by: | Krzysztof Studnik | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.5.1 |
Keywords: | IE6 | Cc: |
Description
Test case
- Open Ajax sample in IE6
- Press Create editor
- Press Remove editor, right after (before editor is enabled)
- Press Create editor
Expected result
Editor is loaded after the second press of Enable button.
Actual result Error is thrown
line 141 char 237 error: 'element' is null or not an object code: 0
Error does not occur in previous versions of samples.
Error does not occur in other browsers.
Probably IE6 is much slower in refreshing new ajax sample.
Attachments (1)
Change History (9)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
I was able to trigger a JS error in all versions of the editor (starting from 3.0) using the Ajax sample ("theme is null or not an object", "Permission denied" and other random issues).
Changed 14 years ago by
Attachment: | 7014.patch added |
---|
comment:3 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
We should make sure no error when request to destroy editor before editor finished loading.
comment:4 Changed 14 years ago by
Milestone: | → CKEditor 3.5.1 |
---|
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
#7012 is also fixed with this patch.
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6366].
Regression of [6335].