We have several installations with multi-language WYSIWYG fields. Since migrating from CKEditor to TinyMCE (inline editor mode) we started encountering an annoying side effect.
ProcessWire 3.0.255
(uses Processwire-TinyMCE-Module 6.1.8)
LanguageTabs 1.1.7
UserActivity 0.0.8
Fluency 2.3.0
Without Fluency, everything works as expected. With Fluency enabled, UserActivity flags the page as being modified as soon as you click/focus into one of the multi-language TinyMCE text areas (UserActivity.modify), and will always warn you about unsaved modifications when you try to navigate away. The same thing happens if you change language tabs.
This only happens with the TinyMCE inline editor setting, which is initialized on field focus, but not with the normal editor.
We have several installations with multi-language WYSIWYG fields. Since migrating from CKEditor to TinyMCE (inline editor mode) we started encountering an annoying side effect.
ProcessWire 3.0.255
(uses Processwire-TinyMCE-Module 6.1.8)
LanguageTabs 1.1.7
UserActivity 0.0.8
Fluency 2.3.0
Without Fluency, everything works as expected. With Fluency enabled, UserActivity flags the page as being modified as soon as you click/focus into one of the multi-language TinyMCE text areas (UserActivity.modify), and will always warn you about unsaved modifications when you try to navigate away. The same thing happens if you change language tabs.
This only happens with the TinyMCE inline editor setting, which is initialized on field focus, but not with the normal editor.