Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Boby
Created on: 23 Oct 2015 06:24
Category: RichTextBox
Type: Bug Report
0
RichTextBox: Pressing Tab when caret is at the beginning of a paragraph should change first line indent instead of left indent
Pressing Tab/Shift+Tab when caret position is at the beginning of a paragraph should change current paragraph FirstLineIndent instead of LeftIndent.

First line indent should be changed with Document.DefaultTabWidth step.

Workaround (using PreviewEditorKeyDown): in the attached file.
Attached Files:
4 comments
ADMIN
Boby
Posted on: 02 Dec 2015 09:52
To our current understanding, this behavior (copying properties from the previous paragraph when opening new) is normal. Could you open a support ticket describing the problem in more details? We may be able to suggest you a solution.
Winner Software Pvt. Ltd.
Posted on: 02 Dec 2015 05:27
What can we do to stop that behavior? In actual Microsoft Word document it doesn't work like that.Please do the need full, as it is the important part of our project. 
ADMIN
Boby
Posted on: 01 Dec 2015 08:08
This behavior is expected - paragraph properties of the current paragraph are copied to the newly created ones.
Winner Software Pvt. Ltd.
Posted on: 25 Nov 2015 12:13
After inserting your code snippet,left indent is not moving.But when we press enter after first paragraph with first line indent,it takes default first line indent of first paragraph for the next all paragraph.