It would be nice if the placeholder text for the Editor widget were removed on element focus.
I'm looking for a way to use the Kendo UI inline editor with H1/H2 tags and not only DIV tags. This is currently not working when adding contentEditable: http://www.kendoui.com/forums.aspx/kendo-ui-web/editor/use-in-place-editor-for-headlines-h1-h2.aspx
Allow us to activate the inline editor by double-click or by an event. This way users can click inside the HTML, select it, copy,etc and if they actually want to edit they can double-click or click a button.
In the editor, the image manager search should search the current folder and any folders underneath it and return all matching images. Currently it only searches the current directory.
it would be very nice if it can keep the original format including the color, size, indent, bullet and even image.
We have discovered an odd issue with the editor which can be seen here http://dojo.telerik.com/ijiRu. Create a hyperlink in the editor then move the cursor to the start of the text and hit enter. A new line is created. Now when you view source you end up with 2 links instead of an empty paragraph. <p><a href="http://google.com"> </a></p><p><a href="http://google.com">google</a></p> This can then lead to problems where multiple links are showing up where only 1 was created.
RE: Support ID:1010795 -- KendoUI Editor Stripping Why does your editor control: a. Strip whitespace? b. Provide no way to change this behaviour with an option? I think it is clear that this was a design/coding error on your part, so can you please rectify this please? G.
The colour picker palette should be capable of accepting name value pairs. This way, the colours can be named or given a hint which shows as a tooltip to help users choose which colour to use. Very helpful when we allow users to create a list of colours which could be subtly different and only a hint would easily differentiate them.
In the image browser of the editor, when uploading an image there isn't any loading component which is disturbing for the user since sometimes it can takes several seconds but the user don't knows that upload in really in progress
Kendo UI editor converts every URL pasted or written into an Html link, it might be nice to be able to configure that behavior. By default it can be left as it is, converting the urls into links, but it will be nice to expose an option to disable that behavior.
The current Grid / Editor combo don't work together, making it nearly impossible to use the Editor inside a Grid. It may be possible, but that requires [AllowHtml] atribute on the model, which is a security concern. More details: http://www.telerik.com/forums/kendo-editor-in-a-grid-popup-editor
In microsoft word it is possible to indent with tab and outdent with shift-tab in lists. Could you implement such keyboard navigation. Thanks
when user inputs the editor should grow downwards as of inline-editor.
When I resize the window I get so now and then the above issue. Please add a check whether "window" is undefined or not. It is at line number 70738 in de kendo.all.js of version 2018.2.620
http://валидный.урл
_detectEnd works incorrectly with IDN links.
Hi, steps to reproduce problem:
1. Crete editor with content:
<p>hello
<strong contenteditable="false">OMG</strong>
world</p><p></p>
2. Put cursor at the end
3. Hit backspace
Strong tag disappears but it shouldn't.
Attached html file with the case.
Is it possible to have several Kendo UI Editors on one page with a single toolbar?
Regards,
Pål Christian Eidem
The modality of the Editor's popups affects performance when multiple Editors are initialized or destroyed. Example: https://dojo.telerik.com/OZiHAzAn/4
Note that modality is turned on before initializing the Editors and turned off afterwards. This leads to a performance boost, more noticeable on destroying the Editors. Performance is worse, if modality is not set. For additional details see (Ticket ID: 1469512).
Research whether performance improvements are possible to implement in the Editor's source code, which will avoid having to switch popup modality as demonstrated in the linked example.