ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.8k stars 2.48k forks source link

Left/Right aligned table overflows from input #2984

Open Geo-T opened 5 years ago

Geo-T commented 5 years ago

Type of report

Bug

Reproduction steps

This bug can be reproduced in any inline editor with the Table plugin, for example, the ones present at the bottom of this documentation: https://ckeditor.com/docs/ckeditor4/latest/examples/inline.html

  1. Empty the content
  2. Create a table with at least 10 rows
  3. Set "Left" or "Right" in the alignment combo
  4. Validate

Expected result

The height of the input increases to fit the table height

Actual result

The table (green border) overflows from the input (red border): image

However, if no alignment is set, the result is correct:

image

f1ames commented 5 years ago

Confirmed.

Screen Shot 2019-03-26 at 17 36 50

Other details