Completed
Last Updated: 29 Jul 2022 12:59 by ADMIN
Release R3 2022
ADMIN
Martin
Created on: 13 Jul 2022 09:38
Category: WordsProcessing
Type: Bug Report
0
WordsProcessing: Wrong paragraph`s parent when inserting new section between paragraphs

When inserting a section between two paragraphs the section parent is not correct.

Example:

Paragraph paragraph1 = editor.InsertParagraph();
Paragraph paragraph2 = editor.InsertParagraph();
editor.InsertSection();
Paragraph paragraph3 = editor.InsertParagraph();

Expected:

paragraph1.Parent == paragraph2.Parent
paragraph2.Parent  != paragraph3.Parent 

Actual:

paragraph1.Parent != paragraph2.Parent
paragraph2.Parent  == paragraph3.Parent 

1 comment
ADMIN
Peshito
Posted on: 29 Jul 2022 12:59

Hello,

This item will be available in R3 2022 Release. 

It is also available with Telerik UI for WPF's latest internal build - LIB 2022.2.801 (01 Aug 2022) if you need it earlier.

Regards,
Peshito
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.