Hi,
I have been able to reproduce this issue in a simple test application, using the following code:
Code:<Grid>
<TextBox Name="TextBox1" Width="600" Height="600" AcceptsReturn="True" />
</Grid>
void MainWindow_Loaded(object sender, RoutedEventArgs e)
{
var spellCheckerAYT = new RapidSpellAsYouType();
spellCheckerAYT.AddTextComponent(TextBox1);
}
To reproduce the issue (the scenario is quite specific):
1. Paste the following text:
PA: nodulair /superficieel /sprieterig /basosquameus BCC, radicaal verwijderd
c/ onco follow up poli dermatologie2. Select the remaining text in the sentence behind "
PA: " (marked bold) and replace it by pasting the following text:
Vervolgens selecteert hij de tekst "nodulair /superficieel /sprieterig /basosquameus BCC, radicaal verwijderd" en vervangt deze door de gekopieerde tekst uit de pa uitslag.3. Select the remaining text in the sentence behind "
c/ " (marked bold). Start typing. The application now freezes.