ckeditor / ckeditor5

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

Export to word plugin is not sending proper text alignment style for table headers #16286

Open brtlmiej opened 2 weeks ago

brtlmiej commented 2 weeks ago

📝 Provide detailed reproduction steps (if any)

  1. Create a table inside the editor.
  2. Add some content to its first row.
  3. Mark row as the header row.
  4. Use export to word feature.

✔️ Expected result

Content inside table header row should be aligned to left.

❌ Actual result

Content inside table header row is aligned to center.

❓ Possible solution

The problem was first detected in the converter logic itself, but we also discovered that even after fixing it, the problem still exists because it is caused by incorrect CSS sent to the converter service. Uploaded CSS does not include left text-alignment style for th elements.

📃 Other details


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