Add the possibility to stop a user from deleting an image/folder in the ImageBrowser connected to the Editor. As it is now you can stop it serverside, but there is no way to prevent the folder/file to from being removed on the client.
Add a configuration option to the editor to allow the TAB key to indent the first line of a paragraph (add whitespace) rather than tabbing between elements.
Hi,
In trying to use the Table Wizard in the Editor, I can see an 'Alignment' option which allows me to set the text alignment (<table style="text-align:center;">) - but I don't see an option for the physical placement of the <table> itself within the HTML.
While I know the 'align' property for the <table> object has been deprecated, we can obviously use <table style="float:right"> - but this requires a user to manually edit the HTML the Table Wizard generates after it has been created, which kind of defeats the object of having a wizard.
We are actively trying to minimise the amount of HTML knowledge people need to use these tools, and the Wizard UI is a definite positive step here - can there not be an option added to it to allow this positioning to be selected in the wizard too?
Thanks,
Steve
Can the 'Insert Hyperlink' popup within the mini and full Editors be expanded to allow users to create different types of links e.g. email, web, anchor.
The 'Hyperlink Manager' in the ASP.NET AJAX tools is the blueprint for what we are looking for here - something that a non-technical user can use to create different types of hyperlinks easily and intuitively within the Editor.
The fact that you can select items from the Document Manager, use CSS classes to style the links, etc. is a real plus here too.
The toolbar of the inline Editor hides when the user click on a disabled button inside it or on the toolbar itself
The toolbar hides after the user click on it.
The toolbar should stay visible after the user click it
### Bug report
A non-breaking space is added at the beginning of each new row when typing in the Editor. As a result, the method "getRange" returns a wrong "startOffset" index.
### Reproduction of the problem
1. Subscribe to the "select" event of the Editor;
2. Log the property "startOffset" of the "getRange" method in the browser console;
3. Click on any line in the empty Editor and check the logged index. It is "1" instead of "0".
4. Type in any text in the Editor and click at the beginning of the text - the logged index is "1" instead of "0".
A Dojo sample for reproduction: https://dojo.telerik.com/UqUNoBaM/8
### Expected/desired behavior
The non-breaking space should be removed when typing.
### Environment
* **Kendo UI version:** 2021.2.616
* **jQuery version:** 1.12.4
* **Browser:** [all]
Hello,
I have identified an issue within your editor within Kendo UI for jQuery.
When you open the editor on an iPhone, Safari will display some dropdowns in the editor's toolbar twice. You will see the Kendo dropdown, and to the right Safari displays the original <select>. It seems to be impossible to hide the <select> by CSS.
You can reproduce this issue at your own demo website, when you use Safari on an iPhone device:
https://demos.telerik.com/kendo-ui/editor/index
See sample presentation in the attached file.
Is this a known bug?
Do you have a workaround or a fix for this behaviour?
Kind regards,
Markus
When the Editor is opened on iPad in desktop mode it seems like it has not been initialized. It is displayed as a standard textarea.
The Editor is displayed as a standard textarea. There is no toolbar rendered.
The Editor should be rendered as on the other devices/browsers.
Hi Team,
I would like to request the Kendo UI Editor to be configurable with a newLine mode. It could have options such as <p>, <br>, and <div> like the following:
$("#editor").kendoEditor({
newLine: {
mode: "p" //or "div" or "br"
}
});
Currently you can only set the width as a pixel value. I have users who would like to set the width as a percentage value.
We have discovered an issue in the Editor around insertion of text using a custom button - it can be seen at http://dojo.telerik.com/EZijI If you highlight text that is contained within a <span> tag, and use a custom button to insert more text (in this case, replacing the highlighted text), the text gets removed successfully, but the <span> gets closed, and the inserted text appears outside the closing </span> tag. Given that <span> tags can be used to format text, you therefore lose the formatting you had applied to the text you removed, and the new text appears unformatted i.e. inheriting formatting from the parent, which is not expected behaviour.
We'd like to give users the ability to insert hyperlinks in the editor. We have the restriction that instead of the default Kendo insert link dialog, we need to show a custom dialog. We effectively limit what the user is allowed to link to (a set of internal documents). There's no easy way to achieve this functionality with the current API. We had to extend the create link tool ourselves to support this. Thanks.
When the Kendo editor is compiled, the toolbar is placed in a <td> tag. I suggest changing this to a <th> tag to allow the consumer to use the css attribute position: sticky. Sticky positioning does not work on <td>. This is a low-hanging fruit and will greatly improve usability.
Currently we do not have Find and Replace dialog for editor. Telerik Editor has it. Our client need similar feature.
Currently, the images in the Editor component are being handled as base64 code. Inserting larger images could cause browser issues.
This is why it will be nice if there is a built-in functionality that enables configuration options to setup upload for images on Drop/Paste upload and insert links to the destination path.
Features of this functionality:
The last row of a table in the Editor cannot be resized.
The upper row will be resized instead.
The last row should be resized.
Inline Editor does not close if you drag it to another position. Additionally, while dragging, occasionally the Editor will disappear, or it will have a padding from the cursor.
Regression introduced with 2023.2.606
Video - http://somup.com/cZeOQ5CYa8
The inline Editor remains open when it loses focus
Thе inline Editor should close when it loses focus