question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Content not editable

See original GitHub issue

I’m using Nuxt.js + Vuetify latest version with this plugin. Editor is shown in v-dialog with option :retain-focus="false" as per docs from Vuetify. I have a strange situation in some cases that after i open dialog for second time, the tinymce content is not editable. I have inspected DOM and i can see that head and body elements of TinyMCE are empty. I’m also using v-if directive to re-render component every time.

Any suggestions why this is happening.

This problem doesn’t occur when using Vuetify 2.1.10 and @tinymce/tinymce-vue@3.0.1.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
mikewalkerjrcommented, Jul 30, 2020

Thank you very much, the eager prop I overlooked and helped a lot.

2reactions
goraSicommented, Jul 30, 2020

Here is my snippet of v-dialog which includes TinyMCE component:

<v-dialog v-model="dialogReply" max-width="1024px" persistent :retain-focus="false" eager>

Read more comments on GitHub >

github_iconTop Results From Across the Web

contenteditable - HTML: HyperText Markup Language | MDN
Chrome Edge contenteditable Full support. ChromeYes. Toggle history Full suppo... contenteditable="caret". Experimental Full support. ChromeYes. Toggle history Full suppo... contenteditable="events". Experimental Full support. ChromeYes. Toggle history...
Read more >
How to make your content editable in HTML ? - GeeksforGeeks
In this article, we are going to see how to make the content editable using HTML. To edit the content in HTML, we...
Read more >
HTML Global contenteditable Attribute - W3Schools
The contenteditable attribute specifies whether the content of an element is editable or not. Note: When the contenteditable attribute is not set on...
Read more >
How to Make the Text Input Non-Editable - W3docs
In this snippet, you can find two methods of making a text input non-editable. Use either the HTML “readonly” attribute or add the...
Read more >
'Contact Content' not editable | WordPress.org
Hi Themeisle and community,. In the customizer, I am not able to edit the Appearance > Customize > Frontpage Sections > Contact >...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found