can we have the same functionalities as the AJAX html editor? There are a number of controls missing from the new editor that was not in the old telerik editor. including Add spell check, cut, copy and paste {several options}, undo, redo, new paragraph, horizontal rules, insert time, insert symbol. Anyway to bring those functionalities into ASP.net core?
Currently, EditorImageBrowserController of the Editor requires IHostingEnvironment which is outdated in Asp Core 3.1. The IHostingEnvironment is replaced by IHostEnviornment.
We are trying to convert the example below but in ASP.NET Core 3.1 project.
Currently, some of the classes and functions related to image resizing and creating thumbnails do not exist for UI for ASP.NET Core. We would like to ask for the above-mentioned classes to be supported in UI for ASP.NET Core.
An error for the missing image is thrown:
GET https://localhost:63252/test.png 404 (Not Found)
No error is thrown, since the value of the background-image property has been replaced with "none" in the Editor events and the actual content the Editor visualizes does not use the image:
<tr style="box-sizing: border-box; border-style: solid; border-width: 1px 0px; background-image: none;">
...
</tr>
Hello,
At the moment I'm using the ImageBrowser in the Kendo editor.
A user contacted me and reported she would like to browse through the images in the ImageBrowser in a list view instead of tile view (thumbnails with text).
However, I couldn't find a suitable way to achieve this.
Does the current imagebrowser/editor have this functionality and if so, could you help me achieve this please?
Kind regards,
Joran
If a ListItem element contains a margin-left style, the user can not delete the bulleted item.
Here is a screencast of Case 1 in action.
The bulleted item should be deleted when the user presses backspace.
Hi.
In Kendo UI for ASP.NET MVC, I'm able to import the following file types into the Editor:
Docx
Rtf
Html
Plain Text
I'm also able to export to the following file types:
Docx
Rtf
Html
Plain Text
I expected this functionality to also exist in the Editor control in Kendo UI for ASP.NET Core.
This functionality seems to be missing from Kendo UI for ASP.NET Core.
Related post: https://www.telerik.com/forums/export-to-rtf-or-docx
Thank you.
The Kendo React suite has a Search and Replace functionality. We need to use that in ASP.NET Core.
Please also implement it in Telerik UI for ASP.NET Core.
There is an issue when you copy /paste a bullet list from a Microsoft word document.
Hello Team,
I wish to show the Kendo ContextMenu if you select immutable elements only, and default contextmenu if you select editable + immutable content.
Please refer below ticket for more details
https://www.telerik.com/account/support-tickets/view-ticket/1508750
Could you please provide this feature as this is our business requirement.
Thanks
Mukul
Currently, the ExportAs configuration exposes Proxy method to setup the proxyUrl field, but it is limited to enter only action and controller. Whereas in RazorPages a URL with handler should be defined instead.
Plus, in order for the AntiForgeryToken to work properly it should be injected in the form submitted by the tool.
Hi Team,
I would like to request to have it built-in to include the font specifications, such as the name, size, etc, within the inherited font messages of the Kendo UI Editor.
Thank you!
We are trying to prevent users from dropping an image file from their computer directly onto the Editor with Firefox. When this happens the browser converts the image into a uri encoded version of the image. When we define a custom PasteCleanup function to handle this, the Editor will sometimes work as expected but other times it will throw an error when trying to execute the function. This seems to be random after each page load.
Please note that the reproduction of the error is inconsistent. However the CustomPasteCleanUp doesn't prevent the addition of the image, nor does the prevention of the Drop event.
Screen capture of reproduction in ASP .NET Core.
Screen capture of reproduction in Dojo.
More information about issue and reproduction available in ticket: 1534730
An image file that is dragged and drop by the user to the Editor is always added to the widget.
The current behavior should be preventable and an error must not occur.
Describe the bug
In version 2022.1.119 when the Editor is placed in the same container with another element that also has width:100% the Editor is visibly wider.
To reproduce
Expected behavior
The Editor's width should not be overridden
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
Build system information (please remove the unneeded items)
Additional context
Issue not reproducible with Less Themes
When the pasteHtml command or the paste method is used on a line that only has or a tag these are deleted.
Alternatively, turn on Bold formatting without typing anything and click the Add Module button. The Bold formatting gets cleared
Pasting content in the Editor
Hi,
We are looking for a feature like outlook when we start typing with "@" it should display the users list using some API Call or any other method.
Similarly when I start any word with "#" in editor, it should display some suggestions.
The ExportAs command's dropdown options are not populated when the client-side exportAs
configuration of the Editor is additionally configured.
Regression introduced with 2023.1.314
The ExportAs command's dropdown is blank.
The ExportAs command's dropdown data should not be blank.