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

U4-6593 - After sort, reset the TinyMCE editors with previous settings #680

Merged
merged 1 commit into from
May 7, 2015

Conversation

allyen
Copy link

@allyen allyen commented May 5, 2015

The problem is that when resetting the RTEs, the method tinyMCE.execCommand('mceAddEditor') uses the settings of the currently active RTE to create the new RTE. And these settings contain reference to control.value, thus setting all the reset editors to the same model value.

Shazwazza added a commit that referenced this pull request May 7, 2015
U4-6593 - After sort, reset the TinyMCE editors with previous settings
@Shazwazza Shazwazza merged commit d8b029e into umbraco:dev-v7 May 7, 2015
@Shazwazza
Copy link
Contributor

Testing this now. I can replicate the original issue. Thanks a ton!!

@kgiszewski
Copy link
Contributor

FWIW, we have (had) similar issue in Archetype, I had to disable the RTE from updating during our custom event.

kgiszewski/Archetype#268

Haven't really found the root of the issue.

@Shazwazza
Copy link
Contributor

Might be worth having a look at this updated code to see if it's the same issue

@kgiszewski
Copy link
Contributor

Yup 👍

@allyen allyen deleted the dev-v7-gridsort branch May 7, 2015 07:11
@allyen allyen restored the dev-v7-gridsort branch December 1, 2015 15:57
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

Successfully merging this pull request may close these issues.

3 participants