Unplanned
Last Updated: 04 Jan 2023 14:44 by Trevor
Created by: Trevor
Comments: 0
Category: RichTextBox
Type: Bug Report
0

When a new line is placed right after a nbsp, the new line is ignored in the layout. This can be reproduced by importing the following HTML:

First&nbsp;<br/>Second

Unplanned
Last Updated: 07 Nov 2017 07:46 by ADMIN
Click event are not raised, and the command in the Command property is not executed, when a Button is placed inside InlineUIContainer, and is tapped on a touch device.

Workaround: One way to work around this is by setting TouchManager.TouchMode of the button to None, which will exclude the button from the TouchManager and will let the .NET events reach it. The other is to use the TouchManager Tap event instead of Command or Click.
Unplanned
Last Updated: 20 Sep 2017 08:33 by ADMIN
Add support for Eastern Arabic Numerals in list level bullet text: https://en.wikipedia.org/wiki/Eastern_Arabic_numerals
Unplanned
Last Updated: 01 Sep 2017 11:27 by ADMIN
Empty paragraphs are always exported with one empty span containing &nbsp; When you apply styling like highlight color the span with &nbsp; will be with background. Which is not the behavior in RTB.
Unplanned
Last Updated: 05 Apr 2018 14:41 by ADMIN
An OutOfMemoryException is thrown on export to PDF when the compression mode is set to Deflate.


Regression, introduced in R1 2017.

Workaround: Change the ImagesCompressionMode to one of the other available options to avoid using the Deflate
Unplanned
Last Updated: 05 Jan 2023 13:06 by Caesar
Content Control Properties 'Use a style to format text typed into the empty control' option lost after XAML Export-Import
Unplanned
Last Updated: 09 Jan 2023 08:24 by ADMIN

Insert a Plain Text Content Control to current document.

Enter a character in the Content Control.

Undo and then Redo.

The  Content Control remains in placeholder mode, which is not supposed to.

Completed
Last Updated: 06 Feb 2023 07:27 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
Current date in Date Picker Content Control cannot be selected.
Completed
Last Updated: 24 Aug 2017 10:55 by ADMIN
ChangeFontHighlightColorCommand, ChangeParagraphBackgroundColorCommand, ChangeFontForeColorCommand and ChangeUnderlineColorCommand does not apply the color when invoked with string containing the name of the color as parameter, e.g. 'red'.

Available in LIB Version 2017.2.828.
Unplanned
Last Updated: 10 Jan 2023 09:36 by Morten
In RichTextBox when IsTrackChangesEnabled = true, in a numbered list, after indenting and unindenting a line, the numbering of the list is incorrect.
Completed
Last Updated: 24 Aug 2017 10:52 by ADMIN
There is no translation in the different languages.

Available in LIB Version 2017.2.828.
Unplanned
Last Updated: 10 Jan 2023 10:17 by Caesar
The ShowPlaceholder property of Content Control is not handled correctly when importing docx files.
Unplanned
Last Updated: 03 Aug 2017 11:10 by ADMIN
The MoveToCurrentWordEnd will move to a character before the last position when called from the last position in a word and the word is surrounded by annotations.
The MoveToCurrentWordStart will move to the previous word when called from the first position in a word and the word is surrounded by annotations

The behavior is also unexpected for MoveToFirstPositionInParagraph, MoveToLastPositionInParagraph. 
Declined
Last Updated: 15 Aug 2017 07:23 by ADMIN
Hi Team,
              I am sending one html body to outlook 2013 which contain bulletedlist, till my desktop app its bullets are looking ok. but after sending it to outlook new email body, there are too much space between bullet and inline text, please provide input, how can i handle it.
I think my bullets having different pattern which outlook 2013 doesn't support.
Do i need to add any other property background position : inside; something like.


Please find the attachments,
Thanks
Deepak
Unplanned
Last Updated: 26 Jul 2017 09:38 by ADMIN
When word contains non-letters symbols at its start and/or end, it's always considered incorrect by the spell checker, even when it's present in the spell checking dictionary. The most common case is with abbreviations like "dr.", which should be invalid when are typed without the period ("dr"), but valid otherwise ("dr.")

Partial workaround: add the word without the punctuation to the dictionary. The problem is that the word without the punctuation will also be considered correct.
Completed
Last Updated: 25 Aug 2017 06:38 by ADMIN
Currently, the document won't be imported due to an exception when decoding the base64 string image source. The expected behavior is the document to be imported and the image to be shown as a missing image.

Available in LIB Version 2017.2.731.
Unplanned
Last Updated: 12 Jan 2023 10:08 by ADMIN
Unplanned
Last Updated: 12 Jan 2023 13:38 by Caesar
When importing a DOCX file, the SdtType of  Rich Text Content Controls is not recognized correctly
Unplanned
Last Updated: 01 Feb 2023 12:27 by Vladislav
If you start a selection from the end of a line and go back down (at least one line) and go back to the initial position and release the mouse button, then if you press any of the keyboard arrow keys you will see that the caret's new position is shifted with one line downwards. This is reproducible inside the R1 2023 QSF Examples. You can check the attached video for a demonstration.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
Add support for associated character properties when importing from RTF. Such properties are 
\rtlch, \ltrch, and the associated control words like \afN, \loch, \hich, and \dbch.
Currently, runs/bullets with such properties set could be imported with different character properties.

Workaround: Use the supported \f tag for the most common low-ANSI characters, for example by:
- doing the following replaces in the source document:
\loch\af -> \loch\f
\dbch\f -> \dbch\af
- (Possible workaround) Re-saving the document with MS Word