Duplicated
Last Updated: 06 Mar 2024 09:15 by ADMIN

Dear support team,

when using the gradient color selection for font color and/or background color the textbox for the HEX value seems to be "disabled".
It can not be selected by using the mouse but it works using keyboard navigation, so the TAB key.

This can be reproduced easily with the samples in the API documentation (https://docs.telerik.com/kendo-ui/api/javascript/ui/editor/configuration/tools.palette) of the editor or the main demo by changing the "foreColor" or "backColor" tools to 

{
   name: "backColor",
   palette: null
}

or see the following dojo containing the default : https://dojo.telerik.com/IbaFaGIz

This is annoying in case you have an exact color that should be used as it is awkward to select it in the "color area".
The textbox should be fully useable by the users.

PS:
Same when switching from HEX to RGB input.

Duplicated
Last Updated: 31 May 2021 07:36 by ADMIN
Created by: Imported User
Comments: 0
Category: Editor
Type: Feature Request
3
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.
Duplicated
Last Updated: 10 Mar 2020 12:26 by ADMIN
Created by: Steve
Comments: 1
Category: Editor
Type: Feature Request
4

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.