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

Pasting table into table adds spaces in empty cells #7487

Closed
FilipTokarski opened this issue Jun 23, 2020 · 1 comment · Fixed by #7584
Closed

Pasting table into table adds spaces in empty cells #7487

FilipTokarski opened this issue Jun 23, 2020 · 1 comment · Fixed by #7584
Assignees
Labels
package:table type:bug This issue reports a buggy (incorrect) behavior.

Comments

@FilipTokarski
Copy link
Member

FilipTokarski commented Jun 23, 2020

📝 Provide detailed reproduction steps (if any)

  1. Go to demo
  2. Paste some table into another one, both empty
    To see the result more clearly, create a big selection and add a background color.

✔️ Expected result

Pasted cells are empty, there are no spaces added

❌ Actual result

Single spaces are added in pasted cells:

23_table_1


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

@FilipTokarski FilipTokarski added type:bug This issue reports a buggy (incorrect) behavior. package:table labels Jun 23, 2020
@Reinmar Reinmar added this to the nice-to-have milestone Jun 23, 2020
@jodator
Copy link
Contributor

jodator commented Jun 23, 2020

Let's take a quick look at it - it might be wrong handling of   handling. DomConverter of something might have there wrong block filler mode set.

@Reinmar Reinmar modified the milestones: nice-to-have, iteration 34 Jun 23, 2020
@niegowski niegowski self-assigned this Jul 7, 2020
jodator added a commit that referenced this issue Jul 10, 2020
Other (engine): Table cells should not be filled with single spaces while pasting table with empty cells. Closes #7487.

Tests (table): Added test for pasting table with block fillers inside cells.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:table type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants