telerik firefox 64 image selector broken wysiwyg editor

55 views Asked by At

it seems that with the newest firefox version 64 the image resize option is broken in the telerik wysiwyg editor

it's not longer possible to just select the image and resize it as it is on chrome or firefox versions lower than 64

Screenshots:

firefox 64

current chrome

Telerik Demo Page:

https://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

anyone got an idea how to fix this?

1

There are 1 answers

0
woro On

editor.get_document().execCommand("enableObjectResizing",null, true);

editor.get_document().designMode = "on";

when initialising the editor fixed it for me