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

Fix richtext issues (#1336 + ~#1358 + #1226) #1392

Merged
merged 4 commits into from
Jan 29, 2024
Merged

Conversation

Chouhartem
Copy link
Contributor

@Chouhartem Chouhartem commented Jan 24, 2024

Hi,

Here are some fixes that:

- The issue was caused by the way ckeditor manages clipboard, creating
  some chunk inside a data-cke-temp span or div depending on the size
  (which are sometimes empty… or containing ` `), we filter them
  before sending data to storage. It fixes the duplicated TOC elements
  issue.
- Restore context menu as table editing menu depends on it. It has been
  removed with commit 7f35840
- The paste button appears to still be there on mobile (Fennec fdroid on
  android 9)
- #1336: missing closing parenthesis in a comment

Note that you can add it to your instance configuration with the
`customize/` directory: https://docs.cryptpad.org/en/admin_guide/customization.html
@Chouhartem Chouhartem added this to the 5.7.0 milestone Jan 24, 2024
@Chouhartem Chouhartem changed the title Fix richtext issues (#1336 + ~#1358) Fix richtext issues (#1336 + ~#1358 + #1226) Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants