mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
modifies the comment
This commit is contained in:
parent
eda72060a2
commit
6b5ddf70c3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue