In TinyMCE 5, when trying to select new image to replace exist one the function usingTinymce4AndColorbox() returns TRUE (False Positive).
The bug is preventing from changing the existing image.
I fixed it with extra check to insure usingTinymce4AndColorbox() is returning FALSE when TinyMCE 5 is active.
In TinyMCE 5, when trying to select new image to replace exist one the function usingTinymce4AndColorbox() returns TRUE (False Positive). The bug is preventing from changing the existing image. I fixed it with extra check to insure usingTinymce4AndColorbox() is returning FALSE when TinyMCE 5 is active.