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 when only one table cell is selected #6121

Closed
jodator opened this issue Jan 22, 2020 · 0 comments · Fixed by #6832
Closed

Pasting table when only one table cell is selected #6121

jodator opened this issue Jan 22, 2020 · 0 comments · Fixed by #6832
Assignees
Labels
package:table type:feature This issue reports a feature request (an idea for a new functionality or a missing option).

Comments

@jodator
Copy link
Contributor

jodator commented Jan 22, 2020

📝 Provide a description of the new feature

This case requires a base pasting mechanism to work (#6120) but only in Scenario 1.

This case covers both:

  • single table cell selected
  • a collapsed (or non-collapsed) selection is placed inside a table cell

When only one table cell is selected the expected behavior is to insert a table cell in the same fashion as the selection would extend and match the selection dimension to the pasted table.

The table feature will replace the matched region in the target table with the content of the pasted one. If there is no space for the pasted table data, the target table will be expanded with empty columns and/or rows.


If you'd like to see this feature implemented, add a 👍 reaction to this post.

@jodator jodator added type:feature This issue reports a feature request (an idea for a new functionality or a missing option). package:table labels Jan 22, 2020
@Reinmar Reinmar added this to the nice-to-have milestone Jan 27, 2020
@Reinmar Reinmar changed the title Pasted table when only one table cell is selected Pasting table when only one table cell is selected Mar 24, 2020
@jodator jodator modified the milestones: nice-to-have, iteration 32 Apr 30, 2020
jodator added a commit that referenced this issue May 19, 2020
Internal (table): Added support for pasting table when only one table cell is selected. Closes #6121.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:table type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants