Skip to content

Commit fd4af9a

Browse files
committed
review changes
1 parent eed325b commit fd4af9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Narrator does not annouce the ReadOnly Status for DataGridView TextBox column with the TextBox column Readonly property set as true
1+
Narrator does not annouce the ReadOnly Status for DataGridView TextBox column with the TextBox column Readonly property set as true
22

33
## Symptoms
44
Narrator does not announce the value of the ReadOnly property of the System.Windows.Forms.DataGridViewTextBoxColumn. This is the case regardless of the value of the ReadOnly property. This could cause confusion for Narrator users when editing content in a DataGridViewTextBoxColumn.
55
## Cause
6-
The issue is caused by changes in .NET Framework 4.7.2 which improved the accessibility support of the DataGridView. That change caused Narrator to be unable to narrate the ReadOnly status of the TextBoxColumn regardless of the setting.
6+
The issue is caused by changes in .NET Framework 4.7.2 that improved the accessibility support of the DataGridView. That change left Narrator unable to narrate the ReadOnly status of the TextBoxColumn regardless of the setting.
77

88
## Workaround
99
There is no workaround for this issue.
1010

1111
## Resolution
12-
A proper fix of the DataGridView AccessibleObject will ship in the coming versions of .NET Framework. This known issue will be updated with more details when that happens.
12+
A proper fix of the DataGridView AccessibleObject will ship in coming versions of .NET Framework. This known issue will be updated with more details when that happens.
1313

1414

0 commit comments

Comments
 (0)