ckeditor / ckeditor5

Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
https://ckeditor.com/ckeditor-5
Other
9.35k stars 3.68k forks source link

Table column resize doesn't work well with GHS #12191

Closed Mgsy closed 2 years ago

Mgsy commented 2 years ago

📝 Provide detailed reproduction steps (if any)

  1. Add TableColumnResize to http://localhost:8125/ckeditor5-html-support/tests/manual/ghs-all-features.html.
  2. Open the manual test.
  3. Insert a table and resize the columns.
  4. Run editor.setData( editor.getData() ).

✔️ Expected result

The column remains resized.

❌ Actual result

The column is not resized.

Notes

It works fine after removing GHS.


If you'd like to see this fixed sooner, add a 👍 reaction to this post.

Dumluregn commented 2 years ago

Done in #12214.