Unplanned
Last Updated: 12 Oct 2020 14:07 by ADMIN

RadRichTextEditor renders the text with a little bigger characters spacing than RadRichTextBox and MS Word.

Note: this text spacing problem can be observed in other Telerik controls as well.

Unplanned
Last Updated: 18 Sep 2020 06:55 by ADMIN
Created by: Maulik
Comments: 0
Category: RichTextEditor
Type: Bug Report
2
When the copied text doesn't contain any formating the Keep Text Only paste option should be applied.
Completed
Last Updated: 21 Aug 2020 12:32 by ADMIN
Release R3 2020 (LIB 2020.2.826)

Please refer to the attached IncorrectImageResizing.gif illustrating how to reproduce the problem with the Demo application.

Workaround: feel free to resize the image via the mouse cursor.

Completed
Last Updated: 17 Aug 2020 15:12 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: RichTextEditor
Type: Bug Report
2
When you load a HTML file where the image is not loaded properly and you try to export RadRichTextEditor's document to a pdf, an error occurs. 

Workaround:
If the image doesn't exist you can skip loading in the document. Thus, exporting to pod at a later moment won't produce an error. You can use the HtmlImportSettings.LoadImageFromUrl event and handle the image loading:

    Sub New()

        ' This call is required by the designer.
        InitializeComponent()

        Dim provider As HtmlFormatProvider = New HtmlFormatProvider()

        Dim htmlImportSettings As HtmlImportSettings = New HtmlImportSettings() 
        AddHandler htmlImportSettings.LoadImageFromUrl, AddressOf LoadImageFromUrl
        provider.ImportSettings = htmlImportSettings

        Using inputStream As FileStream = File.OpenRead("..\..\Email HTML.html")
            Me.RadRichTextEditor1.Document = provider.Import(inputStream)
        End Using

    End Sub

    Private Sub LoadImageFromUrl(sender As Object, e As LoadImageEventArgs)
        e.Handled = True
    End Sub
Unplanned
Last Updated: 30 Jul 2020 04:33 by ADMIN
When the rtf document contains a table as the one below and the empty declaration is used in the following structure, the document cannot be imported:

{\fonttbl
{\f0 Verdana;}
{\f1 Times New Roman;}
{\f2 ;}
{\f3 Segoe UI;}}
Unplanned
Last Updated: 24 Jun 2020 08:57 by ADMIN

Invalid table layout when resizing a row on the second page

To reproduce:

- Add a table with several rows so there are some rows on the second page.

- Resize a row on the second page with the mouse.

Result: The table layout is not correct after the resize operation 

Unplanned
Last Updated: 10 Jun 2020 15:35 by ADMIN
Created by: Nitin
Comments: 3
Category: RichTextEditor
Type: Bug Report
1

Hi, 

Please look at the screen. when we load the attached email in Editor, bullet points are repeating. 


 

Regards,

 

Nitin Jain

Unplanned
Last Updated: 10 Jun 2020 07:30 by ADMIN

When importing an HTML file which contains table should align table cell content left and middle. Instead, it aligns them left and top.

Both browsers and MS Word center the content. 

Completed
Last Updated: 15 May 2020 13:26 by ADMIN
Release Q2 2016 SP1
Merge all assemblies exept Telerik.WinControls.UI.Design.dll.
Use the merged assembly in an application with RichTextEditorRibbonBar.
The icons are missing. 
Unplanned
Last Updated: 04 May 2020 13:52 by ADMIN

Hi, 

 

Please look at the attached html. when we load the attached HTML in Editor the last line appear like this. however when i open the same html in browses it looks fine. I have set the "text align" to justify and this is one of my requirement. 

 

Unplanned
Last Updated: 28 Apr 2020 08:30 by ADMIN

Run the Word-inspired project. Select the one whole paragraph, right below the Overview header, but so that caret is at the beginning of the next paragraph. Change text alignment to Justify. Then try to change text alignment to Left. It will not turn back to Left. Probable reason is that caret is at beginning of the next paragraph whose alignment is Left, so app thinks it should change it to Justify instead. This over-eagerness is described in forum thread ChangeParagraphTextAlignment is over-eager to change alignment. But in this case there is no workaround.

The solution is to set the value instead of toggle it, like the Word does. If text alignment was Left then setting to Left should again set it to Left. Also, caret position should not change the outcome of the action. Only the contents of the selection is relevant in deciding if action can be safely skipped.

Unplanned
Last Updated: 24 Apr 2020 10:14 by ADMIN

Case 1

   The editing capabilities of tables should be disabled when in ReadOnlyRange

Case 2,

    The Table tools are not hidden when changing the default tab ( see attached video).

Completed
Last Updated: 23 Apr 2020 16:12 by ADMIN
Release R2 2020 (LIB 2020.1.423)
Created by: BERND
Comments: 1
Category: RichTextEditor
Type: Bug Report
0

Hello Telerik team,
today I noticed an issue in the Hanling of the RadRichtextEditor,

If the header and footer are resized and then switched between the header and footer views, the following error appears.  (Also in the demo app)

 

System.ArgumentOutOfRangeException: Value of '319' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parametername: Value
   bei Telerik.WinControls.UI.RadSpinElement.set_Value(Decimal value)
   bei Telerik.WinControls.UI.RichTextEditorRibbonBar.CurrentEditingContext_PropertyChanged(Object sender, PropertyChangedEventArgs e)
   bei Telerik.WinForms.Documents.UI.EditingContext.OnPropertyChanged(String propertyName)
   bei Telerik.WinForms.Documents.UI.EditingContext.AddType(EditingContextTypes type)
   bei Telerik.WinForms.Documents.UI.EditingContext.SetActiveEditorEditingContext(EditingContext value, DocumentEditorType documentEditorType)
   bei Telerik.WinForms.RichTextEditor.RadRichTextBox.SetActiveDocumentEditorInternal(IDocumentEditor documentEditor, DocumentEditorType documentEditorType)
   bei Telerik.WinForms.RichTextEditor.RadRichTextBox.Telerik.WinForms.Documents.UI.IDocumentEditorPresenterContainer.SetActiveDocumentEditor(IDocumentEditor documentEditor, DocumentEditorType documentEditorType)
   bei Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.BodyRichTextBox_GotFocus(Object sender, EventArgs e)
   bei Telerik.WinControls.RichTextEditor.UI.UIElement.OnGotFocus(EventArgs e)
   bei Telerik.WinForms.RichTextEditor.RadRichTextBox.OnGotFocus(EventArgs e)
   bei Telerik.WinControls.RichTextEditor.UI.UIElement.OnPropertyChanged(RadPropertyChangedEventArgs e)
   bei Telerik.WinForms.RichTextEditor.RadRichTextBox.OnPropertyChanged(RadPropertyChangedEventArgs e)
   bei Telerik.WinControls.RadObject.RaisePropertyNotifications(RadPropertyValue propVal, Object oldValue, Object newValue, ValueSource oldSource)
   bei Telerik.WinControls.RadObject.SetValueCore(RadPropertyValue propVal, Object propModifier, Object newValue, ValueSource source)
   bei Telerik.WinControls.RadElement.SetValueCore(RadPropertyValue propVal, Object propModifier, Object newValue, ValueSource source)
   bei Telerik.WinControls.RadElement.SetElementFocused(Boolean isFocused)
   bei Telerik.WinControls.RadElement.SetFocusPropertySafe(Boolean isFocused)
   bei Telerik.WinControls.RadElement.Focus(Boolean setParentControlFocus)
   bei Telerik.WinControls.RadElement.Focus()
   bei Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.<Update>b__0()
   bei Telerik.WinControls.RichTextEditor.UI.Dispatcher.BeginInvoke(Action executeNext)
   bei Telerik.WinControls.RichTextEditor.UI.HeaderFooterPresenterBase.Update(SectionLayoutBox sectionBox, Boolean isInEditHeaderFooterMode, Boolean shouldFocus, Boolean delayed)
   bei Telerik.WinControls.RichTextEditor.UI.HeaderFooterContainer.UpdateUI(SectionLayoutBox sectionBox, Boolean delayed)
   bei Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.UpdateHeaderFooterUI(SectionLayoutBox sectionBox)
   bei Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.UpdateUILayersViewPortSize(RectangleF viewPort)
   bei Telerik.WinControls.RichTextEditor.UI.DocumentPagePresenter.MeasureOverride(SizeF availableSize)
   bei Telerik.WinControls.RadElement.MeasureCore(SizeF availableSize)
   bei Telerik.WinControls.RadElement.Measure(SizeF availableSize)
   bei Telerik.WinControls.Layouts.ContextLayoutManager.UpdateLayout()
   bei Telerik.WinControls.Layouts.ContextLayoutManager.UpdateLayoutCallback(ILayoutManager manager)

************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.4121.0 built by: NET48REL1LAST_C.
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.
----------------------------------------
TelerikExamples
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/Program%20Files%20(x86)/Progress/Telerik%20UI%20for%20WinForms%20R1%202020/Examples/QuickStart/Bin/TelerikExamples.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.4121.0 built by: NET48REL1LAST_C.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.4001.0 built by: NET48REL1LAST_C.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.3752.0 built by: NET48REL1.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
QuickStart
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/QuickStart/v4.0_2020.1.218.40__5bb2a467cbec794e/QuickStart.dll.
----------------------------------------
Telerik.WinControls.UI
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.UI/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.UI.dll.
----------------------------------------
System.Core
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.4121.0 built by: NET48REL1LAST_C.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
Telerik.WinControls
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.dll.
----------------------------------------
TelerikCommon
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/TelerikCommon/v4.0_2020.1.218.40__5bb2a467cbec794e/TelerikCommon.dll.
----------------------------------------
System.Xml
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.3752.0 built by: NET48REL1.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
Telerik.WinControls.Themes.TelerikMetro
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.TelerikMetro/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.TelerikMetro.dll.
----------------------------------------
System.Configuration
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.3752.0 built by: NET48REL1.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
Microsoft.GeneratedCode
    Assembly-Version: 1.0.0.0.
    Win32-Version: 4.8.3752.0 built by: NET48REL1.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
Telerik.WinControls.Themes.Fluent
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Fluent/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Fluent.dll.
----------------------------------------
Telerik.WinControls.Themes.FluentDark
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.FluentDark/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.FluentDark.dll.
----------------------------------------
RadControlSpy
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/RadControlSpy/v4.0_2020.1.218.40__5bb2a467cbec794e/RadControlSpy.dll.
----------------------------------------
Telerik.WinControls.Themes.Aqua
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Aqua/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Aqua.dll.
----------------------------------------
Telerik.WinControls.Themes.Breeze
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Breeze/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Breeze.dll.
----------------------------------------
Telerik.WinControls.Themes.Desert
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Desert/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Desert.dll.
----------------------------------------
Telerik.WinControls.Themes.HighContrastBlack
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.HighContrastBlack/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.HighContrastBlack.dll.
----------------------------------------
Telerik.WinControls.Themes.Office2007Black
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2007Black/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2007Black.dll.
----------------------------------------
Telerik.WinControls.Themes.Office2007Silver
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2007Silver/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2007Silver.dll.
----------------------------------------
Telerik.WinControls.Themes.Office2010Black
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2010Black/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2010Black.dll.
----------------------------------------
Telerik.WinControls.Themes.Office2010Silver
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2010Silver/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2010Silver.dll.
----------------------------------------
Telerik.WinControls.Themes.Office2010Blue
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2010Blue/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2010Blue.dll.
----------------------------------------
Telerik.WinControls.Themes.Office2013Dark
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2013Dark/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2013Dark.dll.
----------------------------------------
Telerik.WinControls.Themes.Office2013Light
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2013Light/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2013Light.dll.
----------------------------------------
Telerik.WinControls.Themes.TelerikMetroBlue
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.TelerikMetroBlue/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.TelerikMetroBlue.dll.
----------------------------------------
Telerik.WinControls.Themes.TelerikMetroTouch
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.TelerikMetroTouch/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.TelerikMetroTouch.dll.
----------------------------------------
Telerik.WinControls.Themes.VisualStudio2012Dark
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.VisualStudio2012Dark/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.VisualStudio2012Dark.dll.
----------------------------------------
Telerik.WinControls.Themes.VisualStudio2012Light
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.VisualStudio2012Light/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.VisualStudio2012Light.dll.
----------------------------------------
Telerik.WinControls.Themes.Windows7
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Windows7/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Windows7.dll.
----------------------------------------
Telerik.WinControls.Themes.Windows8
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Windows8/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Windows8.dll.
----------------------------------------
Telerik.WinControls.Themes.Material
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Material/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Material.dll.
----------------------------------------
Telerik.WinControls.Themes.MaterialPink
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.MaterialPink/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.MaterialPink.dll.
----------------------------------------
Telerik.WinControls.Themes.MaterialTeal
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.MaterialTeal/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.MaterialTeal.dll.
----------------------------------------
Telerik.WinControls.Themes.MaterialBlueGrey
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.MaterialBlueGrey/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.MaterialBlueGrey.dll.
----------------------------------------
Telerik.WinControls.Themes.Crystal
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.Crystal/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.Crystal.dll.
----------------------------------------
Telerik.WinControls.Themes.CrystalDark
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.Themes.CrystalDark/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.Themes.CrystalDark.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.3752.0 built by: NET48REL1.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
----------------------------------------
System.Data
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.4121.0 built by: NET48REL1LAST_C.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll.
----------------------------------------
RichTextEditor
    Assembly-Version: 1.0.0.0.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/Progress/Telerik%20UI%20for%20WinForms%20R1%202020/Examples/RichTextEditor/bin/RichTextEditor.exe.
----------------------------------------
Telerik.WinControls.RichTextEditor
    Assembly-Version: 2020.1.218.40.
    Win32-Version: 2020.1.218.40.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Telerik.WinControls.RichTextEditor/v4.0_2020.1.218.40__5bb2a467cbec794e/Telerik.WinControls.RichTextEditor.dll.
----------------------------------------
System.ComponentModel.Composition
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.3752.0.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.8.3752.0 built by: NET48REL1.
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Unplanned
Last Updated: 27 Mar 2020 14:48 by ADMIN
To reproduce:
 - Add a table where the width is set to 100%
 - Import the table and the export it:
private void radButton_Click(object sender, RoutedEventArgs e)
{
    var provider = new HtmlFormatProvider();
    string text = File.ReadAllText(@"..\..\default.html");
    rtb1.Document = provider.Import(text);
}

private void radButton1_Click(object sender, RoutedEventArgs e)
{
    var provider = new HtmlFormatProvider();
    provider.ExportSettings.StylesExportMode = StylesExportMode.Inline;
    string content = provider.Export(rtb1.Document);
    File.WriteAllText(@"D:\test1.html", content);
}

Workaround:
 Leave the export mode intact.
Unplanned
Last Updated: 10 Mar 2020 12:41 by ADMIN
When GoToBookmark method is called and the current position is before the bookmark, the screen is not repositioned, causing the bookmark sometimes to appear at the last visible row.
Completed
Last Updated: 26 Feb 2020 16:34 by ADMIN
Release R3 2019
To reproduce: run the project and maximize the form. When you enter some text you will notice that the text is cut off.

Workaround: use paged layout.
Completed
Last Updated: 07 Feb 2020 10:00 by ADMIN
Release R1 2020 SP1 (LIB 2020.1.210)

I have a RadRichTextEditor. When it contains multiple lines a vertical scroll bar is shown. When I keep writing and press the enter key to insert a carriage return, it starts a new paragraph but the cursor disappears. 

When I press return at the bottom of this control I want the cursor to be kept in sight. See the screenshots I have attached. You can see that after the return you can only see the very top of the cursor, the rest is hidden. You have to actually manually scroll down to get it into view.

When you start typing, this cursor comes into view, but I want it to be in view even if you just press return. Is there a way to get it to do this?

This seems to be the default behavior of this control, as I have created a new application to show this, which doesn't contain any of the formatting which my actual application does.

Declined
Last Updated: 20 Jan 2020 12:14 by ADMIN
 The scroll is jumping when making a selection and reaching the end of the document (see attached)
Completed
Last Updated: 20 Jan 2020 12:07 by ADMIN
Release R1 2020 SP1 (LIB 2020_1_120)