Hi,
I have been trying to use the new inline editing capability, but the editor will not take any keyboard our mouse input. I can see the content if I manually edit the HTML or set it in js using .value(), but I cannot type or select the content with the mouse. The HTML in the inspector looks just like the demo after calling .kendoEditor() on the JQuery object:
<div contenteditable id="editor" class="k-widget k-editor k-editor-inline k-state-active" data-role="editor">Test text</div>
It seems as though something is stealing the mouse/keyboard input, but I have disabled all other event handlers and it still does not work. Any help you can provide is greatly appreciated.
UPDATE: It appears that the keydown and keyup events on the editor are indeed firing.
Regards,
Sam
I have been trying to use the new inline editing capability, but the editor will not take any keyboard our mouse input. I can see the content if I manually edit the HTML or set it in js using .value(), but I cannot type or select the content with the mouse. The HTML in the inspector looks just like the demo after calling .kendoEditor() on the JQuery object:
<div contenteditable id="editor" class="k-widget k-editor k-editor-inline k-state-active" data-role="editor">Test text</div>
It seems as though something is stealing the mouse/keyboard input, but I have disabled all other event handlers and it still does not work. Any help you can provide is greatly appreciated.
UPDATE: It appears that the keydown and keyup events on the editor are indeed firing.
Regards,
Sam