Unplanned
Last Updated: 17 Jul 2024 15:49 by Dave
Tom
Created on: 28 Mar 2024 13:14
Category: Editor
Type: Bug Report
0
Editor doesn't respect multiple separators on the tools configuration

Bug report

The Editor doesn't allow multiple separators through the tools configuration.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/eSESEheW/19

Current behavior

Only the first separator is rendered.

Expected/desired behavior

All the separators should be rendered

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
2 comments
Dave
Posted on: 17 Jul 2024 15:49

 see that specifying the names "sep1" and "sep2" resolves the problem

 

Turns out even if you mess up and name them both sep1 it works! So its not that they need unique names, they just need names.

Dave
Posted on: 17 Jul 2024 15:45

Came here as I have the same problem using the editor for MVC, but I think in the case of Kendo UI you just need to name the separators differently. I have updated your dojo @Tom - see that specifying the names "sep1" and "sep2" resolves the problem

 

https://dojo.telerik.com/eSESEheW/20

 

However you cant do this using the MVC builders - the EditorToolFactory doesnt allow for a 'name' to be set when building a .Separator()