Maksim
Maksim
@miladkardgar Hi, I suppose u don't correctly set mime file types in config/lfm.php or CKEditor config.
@AvinashChavanN workaround will work if If the handler will only handle only user-generated events (isTrusted property), this will prevent process action generated by v-mask reaction: ``` onInput(event) { if (event.isTrusted)...
@zanozik this workaround, but not fix the problem.
I try this case, and this is don't work. Input: ``` ``` Output: ``` ``` And my config: ``` ['Cache.DefinitionImpl' => null, 'HTML.Doctype' => 'HTML 4.01 Transitional', 'HTML.Allowed' => 'div,b,strong,i,em,u,a[href|title],ul,ol,li,p[style],br,span[style],img[style|width|height|alt|src|data-filename],h1,h2,h3,h4,h5,h6,sup,sub,strike,pre,blockquote',...