Completed
Last Updated: 14 Feb 2019 12:37 by ADMIN
Mihajlo
Created on: 31 Jan 2019 16:40
Category: RichTextEditor
Type: Bug Report
1
FIX. RadRichTextEditor - Paragraph properties dialog closes after TabStops properties dialog
If we open paragraph properties dialog and then Tabstops properties dialog, and then close the second one the first one will also close automatically.
4 comments
Dimitar
Posted on: 14 Feb 2019 12:36
Hello,

A fix will be available in Telerik UI for WinForms version R1 2019 SP1.

Regards,
Dimitar
ADMIN
Hristo
Posted on: 06 Feb 2019 09:32
Hello Mihajlo,

I have approved this bug report. 
  1. ParagraphProperties - the desired behavior would be to close the dialog once the TabStops dialog is opened. The end result should be similar to Word.
  2. I managed to observe the exception when setting the position.
  3. Indeed the All string is not localized.

I have updated your Telerik points. We will do our best to include a fix for the service pack release scheduled for the middle of February.

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Mihajlo
Posted on: 01 Feb 2019 15:24

Also there is a non-localizable string "All" showing when button "Clear All" is clicked in Tabs dialog. 

TabStopsPropertiesDialog.cs(360): this.radLabelTabsToBeCleared.Text = "All";

Mihajlo
Posted on: 01 Feb 2019 14:50
Also, if in Tabs dialog we enter a number in field "Tab stops position", and click Set the form will close (along with Paragraph dialog), the tab stop will not be set, and it will be impossible to open the Tabs dialog again.