I'm not sure if this is going to be easily recreatable or not, however this was easily done on our end. Here is the XAML of where our RTB exists:
1. Add a blank line at the end of the content and persist (ensuring the content goes beyond the visible area of the screen)
2. Reopen the screen and edit some text by opening the context menu and changing its appearance to bold
3. Using only the arrow keys from that position, scroll down to the very bottom of the content.
4. Attempt to scroll back up using the arrow keys and the screen has hung. At this point, the only thing that can be done is to kill the browser process.
I noticed several times that it appears the scrolling does not scroll all the way to the very bottom. Much like the editor for these posts, it stays just above the very bottom. I don't know if that is related or not, but what we noticed.
<
Grid
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
Width
=
"675"
/>
</
Grid.ColumnDefinitions
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"150"
/>
</
Grid.RowDefinitions
>
<
telerikDocumentsHtml:HtmlDataProvider
x:Name
=
"dataProviderOrderDisclaimerDescription"
RichTextBox
=
"{Binding ElementName=rtb}"
Html
=
"{Binding Description, Mode=TwoWay, NotifyOnValidationError=True, ValidatesOnExceptions=True}"
/>
<
telerik:RadRichTextBox
x:Name
=
"rtb"
AcceptsReturn
=
"True"
AcceptsTab
=
"True"
HorizontalScrollBarVisibility
=
"Disabled"
VerticalScrollBarVisibility
=
"Visible"
IsSelectionMiniToolBarEnabled
=
"True"
IsSpellCheckingEnabled
=
"False"
LayoutMode
=
"Flow"
Grid.Column
=
"0"
Grid.Row
=
"0"
/>
</
Grid
>
1. Add a blank line at the end of the content and persist (ensuring the content goes beyond the visible area of the screen)
2. Reopen the screen and edit some text by opening the context menu and changing its appearance to bold
3. Using only the arrow keys from that position, scroll down to the very bottom of the content.
4. Attempt to scroll back up using the arrow keys and the screen has hung. At this point, the only thing that can be done is to kill the browser process.
I noticed several times that it appears the scrolling does not scroll all the way to the very bottom. Much like the editor for these posts, it stays just above the very bottom. I don't know if that is related or not, but what we noticed.