Dear support,
in our code we have paragraphs consisting of two PermissionRangeStart and a PermissionRangeEnd tags (header and text), each of them encapsulating a span. (see example below).
When the user tries to position the caret at the beginning of the "text" span he is facing a strange behaviour concerning the positioning of the caret at the beginning of the line. When hitting "Pos1" key the caret comes out to be in the previous span (in the header). Pressing the "Arrow right" key does not move the caret (visibly) but then the user can type in the correct span.
When positioning the caret at the beginning of the line via mouse we are having an unpredictable situation whether the user is in the header span or the text span.
How can we solve this?
Thanks in advance!
Jo
                                in our code we have paragraphs consisting of two PermissionRangeStart and a PermissionRangeEnd tags (header and text), each of them encapsulating a span. (see example below).
When the user tries to position the caret at the beginning of the "text" span he is facing a strange behaviour concerning the positioning of the caret at the beginning of the line. When hitting "Pos1" key the caret comes out to be in the previous span (in the header). Pressing the "Arrow right" key does not move the caret (visibly) but then the user can type in the correct span.
When positioning the caret at the beginning of the line via mouse we are having an unpredictable situation whether the user is in the header span or the text span.
How can we solve this?
Thanks in advance!
Jo
<t:Paragraph FirstLineIndent="0" LeftIndent="0" xmlns:t="clr-namespace:Telerik.Windows.Documents.Model;assembly=Telerik.Windows.Documents"><BR>       <t:Paragraph.ParagraphSymbolPropertiesStyle><BR>         <s:SpanProperties FontFamily="Arial" FontWeight="Bold" /><BR>       </t:Paragraph.ParagraphSymbolPropertiesStyle><BR>       <custom1:NamedPermissionRangeStart AnnotationID="11" InternalKey="CLINICALQUESTION" Name="TEMPLATE_FRAGMENT_TITLENAME_CLINICALQUESTION_1" Type="Header"><BR>         <t:PermissionRangeInfo Name="EditorTemplateAdmin" Type="Individual" /><BR>       </custom1:NamedPermissionRangeStart><BR>       <t:Span FontFamily="Arial" FontWeight="Bold" Text="Fragestellung¬" /><BR>      <custom1:NamedPermissionRangeEnd AnnotationID="11" /><BR>       <custom1:NamedPermissionRangeStart AnnotationID="12" InternalKey="CLINICALQUESTION" Name="TEMPLATE_FRAGMENT_TEXTNAME_CLINICALQUESTION_1" Type="Text"><BR>         <t:PermissionRangeInfo Name="ReportAuthor" Type="Group" /><BR>       </custom1:NamedPermissionRangeStart><BR>       <t:Span FontFamily="Arial" FontWeight="Bold" Text=" ¬" /><BR>      <custom1:NamedPermissionRangeEnd AnnotationID="12" /><BR>    </t:Paragraph>