From 6b5ddf70c35448ba22c42a579cb44eb7572be5d4 Mon Sep 17 00:00:00 2001 From: MSFT-Tilia Date: Tue, 2 Feb 2021 09:56:49 +0800 Subject: [PATCH] modifies the comment --- src/Calculator/Controls/MathRichEditBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calculator/Controls/MathRichEditBox.cpp b/src/Calculator/Controls/MathRichEditBox.cpp index df6feda9..9bd30b5f 100644 --- a/src/Calculator/Controls/MathRichEditBox.cpp +++ b/src/Calculator/Controls/MathRichEditBox.cpp @@ -115,7 +115,7 @@ void MathRichEditBox::SetMathTextProperty(String ^ newValue) void MathRichEditBox::OnGotFocus(Platform::Object ^ sender, Windows::UI::Xaml::RoutedEventArgs ^ e) { - // bug: https://dev.azure.com/microsoft/OS/_workitems/edit/28498627 + // [BUG 28498627][GithubIssue #1380] // below directives on Selection are going to engage Narrator to announce the content of this richedit // this is a workaround since richedit doesn't announce its content automatically. this->Document->Selection->EndKey(TextRangeUnit::Line, false);