Unplanned
Last Updated: 27 May 2024 07:02 by ADMIN
Kamran
Created on: 18 Apr 2024 09:15
Category: Editor
Type: Feature Request
4
[Editor] Support nested span elements

The following HTML markup is not supported and misinterpred by the Editor:

<span style="color: red;">Test <span style="color: blue;">Inner Span </span> Test</span>

The result is:

<p>
   <span style="color: red;">Test</span>
   <span style="color: blue;">Inner Span</span>
   Test
</p>

 

 

2 comments
ADMIN
Martin Bechev
Posted on: 27 May 2024 07:02

Hi Jason,

Currently, there is no available workaround we could suggest.

In case this functionality is very urgent for your project, I can also offer our Feature Acceleration program, which allows the customer to negotiate a certain feature to be implemented in a shorter time based on their urgency. This program fits well in scenarios where an enhancement is very significant for an application, but it is not planned to be available at the time of the application's completion.

Please let me know if you are interested in pursuing this option at any time and I will put you in touch with our Professional Services team for further discussion of your exact requirements.

Regards,
Martin Bechev
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Jason
Posted on: 21 May 2024 12:34
This is an essential need for us.  Can you fasttrack a fix?