Declined
Last Updated: 23 Sep 2022 07:54 by ADMIN
Babu
Created on: 19 Sep 2022 15:02
Category: Editor
Type: Bug Report
1
Background is not working in Kendo UI editor.

 

Hi

As per your suggestion we have writing the below code for focusing the cursor position,  it is working fine but after putting table on the editor and set the background of the any text is not working . If the table is not placed on the editor and select the background color to the any text working fine. 

I think , this would happen because of the below code. Please fix this issue.

Note : Foreground color is working fine in all cases.

export class AppComponent {
  onChange(e) {
    const data = e.value.split('<');
    if (data.includes('table>')) {
      e.focus();
    }
  }
1 comment
ADMIN
Martin
Posted on: 23 Sep 2022 07:54

Hi Babu,

The initial problem of the Editor is that the cursor is lost after inserting a table. Indeed this is an issue on our side, I logged it in our public GitHub issue tracker here:

https://github.com/telerik/kendo-angular/issues/3785

However, I need to Decline this bug report since it is related to a workaround suggested earlier. Fixing the real cause of the problem will eliminate the need of using the workaround

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.