Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Improve copy / paste columns and rows in tables in the Content Editor
### Summary
### Steps to reproduce
<!--Describe how one can reproduce the issue - this is very important. Please use an ordered list.-->
### Example Project
https://gitlab.com/gitlab-org/ux-research
### What is the current _bug_ behavior?
When you copy the contents of a row from a table --\> paste it in a different row --\> it pastes within a single cell instead of across the row.
Additionally, when you copy and paste a cell that has both an issue link and a label, often the label does not paste, just the link.
### What is the expected _correct_ behavior?
Instead, I expect to see information spread across rows and cells remain spread across the same number of rows and cells.
### Relevant logs and/or screenshots

The recording is from this issue: gitlab-org/ux-research#2856
#### Results of GitLab environment info
<!--Input any relevant GitLab environment information if needed.-->
<details>
<summary>Expand for output related to GitLab environment info</summary>
<pre>
(For installations with omnibus-gitlab package run and paste the output of: \`sudo gitlab-rake gitlab:env:info\`) (For installations from source run and paste the output of: \`sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production\`)
</pre>
</details>
#### Results of GitLab application Check
<!--Input any relevant GitLab application check information if needed.-->
<details>
<summary>Expand for output related to the GitLab application check</summary>
<pre>
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:check SANITIZE=true`)
(For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true`)
(we will only investigate if the tests are passing)
</pre>
</details>
### Possible fixes
<!--If you can, link to the line of code that might be responsible for the problem.-->
issue