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

Using knockout mapping. When updating with new data the editor can't be typed on #25

Open
ephraimdulay opened this issue Oct 7, 2016 · 0 comments

Comments

@ephraimdulay
Copy link

I have an issue when the DOM gets updated.

On first load of the page every editor works and typed on. As soon as I do an action and causes the page to get new data and apply the new data to the mapping. This will trigger the dom to update which then causes ALL editors to not function.

<html><head></head><body></body></html>

That's the content of the iframe after update. But this is how it looks like initially:

<body id="tinymce" class="mce-content-body " data-id="1-1039-RT-comment" contenteditable="true" spellcheck="false"><p>test</p></body>

Left out the since it may contain confidential information.

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

No branches or pull requests

1 participant