diff --git a/CHANGES.md b/CHANGES.md index 06e223e482a..dddb5b97f5e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,8 @@ Fixed Issues: * [#1883](https://github.com/ckeditor/ckeditor4/issues/1883): Fixed: [`editor.resize`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-resize) method doesn't work with CSS units. * [#3926](https://github.com/ckeditor/ckeditor4/issues/3926): Fixed: Dragging and dropping [Widget](https://ckeditor.com/cke4/addon/widget) sometimes produces an error. * [#4008](https://github.com/ckeditor/ckeditor4/issues/4008): Fixed: [Remove Format](https://ckeditor.com/cke4/addon/removeformat) doesn't work with collapsed selection. +* [#909](https://github.com/ckeditor/ckeditor4/issues/909): Fixed: [Table Resize](https://ckeditor.com/cke4/addon/tableresize) plugin does not work when editor is placed in absolutely positioned container. Thanks to [Roland Petto](https://github.com/arpi68)! +* [#1959](https://github.com/ckeditor/ckeditor4/issues/1959): Fixed: [Table Resize](https://ckeditor.com/cke4/addon/tableresize) plugin does not work in [maximized](https://ckeditor.com/cke4/addon/maximize) editor when [Div Editing Area](https://ckeditor.com/cke4/addon/divarea) feature enabled. Thanks to [Roland Petto](https://github.com/arpi68)! ## CKEditor 4.14 diff --git a/plugins/tableresize/plugin.js b/plugins/tableresize/plugin.js index 78f3693508f..1e549c1c2d4 100644 --- a/plugins/tableresize/plugin.js +++ b/plugins/tableresize/plugin.js @@ -286,7 +286,7 @@ resizer = CKEDITOR.dom.element.createFromHtml( '
', document ); + 'padding:0;background-color:#004;background-image:none;border:0px none;z-index:10000">', document ); // Clean DOM when editor is destroyed. editor.on( 'destroy', function() { diff --git a/tests/plugins/tableresize/manual/maximizeddivarea.html b/tests/plugins/tableresize/manual/maximizeddivarea.html new file mode 100644 index 00000000000..214473fae32 --- /dev/null +++ b/tests/plugins/tableresize/manual/maximizeddivarea.html @@ -0,0 +1,61 @@ +Classic editor
+Header | +Header | +Header | +|
---|---|---|---|
Header | +not header | +not header | +not header | +
Header | +not header | +
Divarea editor
+Header | +Header | +Header | +|
---|---|---|---|
Header | +not header | +not header | +not header | +
Header | +not header | +
Inline editor
+Header | +Header | +Header | +|
---|---|---|---|
Header | +not header | +not header | +not header | +
Header | +not header | +