Unplanned
Last Updated: 10 Feb 2020 13:59 by ADMIN
Dimitar
Created on: 10 Feb 2020 13:58
Category: RichTextBox
Type: Bug Report
1
RichTextBox: a second paragraph symbol is added after inserting a new inline

Use the attached project to reproduce:

- Click the first button so the image is changed

- Click the second button and examine the exported HTML

Expected: the Uri is exported

Actual: the Uri is not exported.

Workaround: 

p.Inlines.AddAfter(image, image2);
p.Inlines.Remove(image);

Attached Files:
0 comments