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

Editor crashes when pasting table from Google Sheets with full GHS configuration #13876

Closed
Witoso opened this issue Apr 13, 2023 · 0 comments Β· Fixed by #13915
Closed

Editor crashes when pasting table from Google Sheets with full GHS configuration #13876

Witoso opened this issue Apr 13, 2023 · 0 comments Β· Fixed by #13915
Assignees
Labels
package:html-support package:table squad:core Issue to be handled by the Core team. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@Witoso
Copy link
Member

Witoso commented Apr 13, 2023

πŸ“ Provide detailed reproduction steps (if any)

  1. Enable full GHS config.
htmlSupport: {
  allow: [
      {
          name: /.*/,
          attributes: true,
          classes: true,
          styles: true
      }
  ]
}
  1. Paste table from Google Sheets.

βœ”οΈ Expected result

Table appears.

❌ Actual result

Editor crashes.

❓ Possible solution

If you have ideas, you can list them here. Otherwise, you can delete this section.

πŸ“ƒ Other details

More details: #13746


If you'd like to see this fixed sooner, add a πŸ‘ reaction to this post.

@Witoso Witoso added type:bug This issue reports a buggy (incorrect) behavior. package:table squad:core Issue to be handled by the Core team. package:html-support labels Apr 13, 2023
@CKEditorBot CKEditorBot added the status:planned Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon. label Apr 13, 2023
@filipsobol filipsobol self-assigned this Apr 17, 2023
@CKEditorBot CKEditorBot added status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. and removed status:planned Set automatically when an issue lands in the "Sprint backlog" column. We will be working on it soon. labels Apr 17, 2023
arkflpc added a commit that referenced this issue Apr 21, 2023
…s-support

Fix (html-support): Fix editor crashes when pasting table from Google Sheets. Closes #13876.

Fix (paste-from-office): Fix width of tables pasted from Google Sheets. Closes #13746.
@CKEditorBot CKEditorBot removed the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Apr 21, 2023
@CKEditorBot CKEditorBot added this to the iteration 63 milestone Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:html-support package:table squad:core Issue to be handled by the Core team. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants