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

Not editable text inputs in content (starting from 6.8.*) #9556

Open
pylnata opened this issue Apr 12, 2024 · 2 comments
Open

Not editable text inputs in content (starting from 6.8.*) #9556

pylnata opened this issue Apr 12, 2024 · 2 comments

Comments

@pylnata
Copy link

pylnata commented Apr 12, 2024

We have text inputs in content of editor, and they stopped to be editable after upgrade to 6.8/7 (last version where we don't have issue is 6.7.3). I created example with reproducable issue here:

https://codepen.io/pylnata/pen/vYMrrYY

✔️ Expected result

Expect editable text inputs. For example checkboxes are editable.

❌ Actual result

Text inputs are not editable

📃 Other details

  • Browser: Chrome
  • OS: MacOS
  • First affected version: 6.8.*
  • Worked in version: 6.7.3
@lostkeys
Copy link
Member

Hi @pylnata. TinyMCE has never supported editable form elements in the content so them functioning has been a happy accident. So this is more a feature request even if I understand from your perspective it feels like a bug. We don't have any immediate plans to add support for this but always happy to hear the "pitch" to why this is needed in TinyMCE.

— Fredrik, Product Manager

@pylnata
Copy link
Author

pylnata commented Apr 16, 2024

Hi @lostkeys thanks for reply. Well, may be we use tinyMCE is not usual way. We inject in editor's content interactive react components, that have inputs and textareas, etc. And despite of I can use divs with editable=true instead inputs, I can't apply such approach everywhere where I have because of some other restrictions and dependencies from other libraries. So would be nice to have it working even as "happy accident" :). Thanks!

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

No branches or pull requests

2 participants