Opened 10 years ago
Closed 10 years ago
#13176 closed Bug (fixed)
[IE8] Errors while DnD of widgets in the embed widget tests
Reported by: | Piotrek Koszuliński | Owned by: | Tade0 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 Beta |
Keywords: | Cc: |
Description
- Open http://tests.ckeditor.dev:1030/tests/plugins/embed/manual/embed
- Try DnD.
- Error:
Object doesn't support this property or method
// Don't visit non-editable internals, for example widget's // guts (above wrapper, below nested). Still check editable limits, // as they are siblings with editable contents. if ( !el.hasAttribute( 'contenteditable' ) && el.isReadOnly() ) continue;
Which means that "el" is something weird.
Change History (7)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:4 Changed 10 years ago by
Milestone: | CKEditor 4.5.0 → CKEditor 4.5.1 |
---|
comment:5 Changed 10 years ago by
Owner: | set to Tade0 |
---|---|
Status: | confirmed → assigned |
comment:6 Changed 10 years ago by
Could you describe what kind of drag and drop specifically causes this error?
comment:7 Changed 10 years ago by
Milestone: | CKEditor 4.5.1 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
This issue isn't reproducible any more. Earlier it was enough to click the drag handle and error pops out.
Funny fact is that this issue is reproducible only in that test file. It works fine with code snippets, embedsemantic, image2. If this turns out to be hard to fix, we should check if it's reproducible outside the test, on a real web page. It may not be worth to fight this.