When using HistoryListeners, clicking "back" and "forward" causes TinyMCEEditor wrapper class to show editor more times.
Workaround: ensure invoking native method initialize() one times, for example hold boolean property like "initialized" and invoke native method only when initalized is false. After initalizing set this boolean true.