Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Default Table Alignment in migration issue. #17932

Open
zalaksanghani1 opened this issue Feb 14, 2025 · 0 comments
Open

Change Default Table Alignment in migration issue. #17932

zalaksanghani1 opened this issue Feb 14, 2025 · 0 comments
Labels
type:bug This issue reports a buggy (incorrect) behavior.

Comments

@zalaksanghani1
Copy link

📝 Provide detailed reproduction steps (if any)

  1. Set table default alignment to left using float:left style
  2. copy table with one paragraph data from ckeditor4 and paste in ckeditor5.
    Data :
ab
  
  

bbb

✔️ Expected result

In both version data should be render equals.

❌ Actual result

in ckeditor5 data is showing differently.

❓ Possible solution

because of float:left style in ckeditor5 this issue is arising. so we can change alignment behavior or can introduce new InlineTable plugin which is different in alignment using below css.

left: margin-right: auto; margin-left: 0;
center: margin-right: auto; margin-left: auto;
right: margin-right: 0; margin-left: auto;

📃 Other details

  • Browser: …
  • OS: …
  • First affected CKEditor version: …
  • Installed CKEditor plugins: …

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

@zalaksanghani1 zalaksanghani1 added the type:bug This issue reports a buggy (incorrect) behavior. label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

1 participant