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

The table is deleted when the delete key is pressed instead of placing the cursor at the beginning of the table. #281

Closed
TomHell opened this issue Nov 4, 2020 · 3 comments
Assignees
Labels

Comments

@TomHell
Copy link

TomHell commented Nov 4, 2020

Description

The table is deleted when the delete key is pressed instead of placing the cursor at the beginning of the table. The same problem exists if I remove the line below the table which will also remove the table as well.
This problem has been fixed in Redactor 3.4.5 but is not available for CraftCMS yet.

When does the new Version 3.4.5 of Redactor will be implemented to fix this issue?

Steps to reproduce

  1. Create a field of type Redactor and use ie. Simple for configuration.
  2. Enable the table plugin for field like so:
  • open /config/redactor/Simple.json and add this line "plugins": ["table"]
  1. go to your backend field and add: text, table, text
  2. position cursor at the beginning of the first line and click DEL to remove the chars
  3. now it will also remove the table at the end instead of removing the line and jump to the fist table cell as you can test it here in the demo: Redactor Demo

Additional info


  • Craft version: 3.5.14
  • PHP version: 7.4
  • Database driver & version: MySQL
  • Plugins & versions: Redactor Plugin 2.8.3
@TomHell TomHell added the bug label Nov 4, 2020
@TomHell
Copy link
Author

TomHell commented Nov 30, 2020

Is there any update or can I find this on your road map?

@andris-sevcenko
Copy link
Contributor

Thanks for the reminder! I'll try to get a Redactor version update out today!

@andris-sevcenko
Copy link
Contributor

Just cut a release to address this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants