Il2CppAssemblyUnhollower icon indicating copy to clipboard operation
Il2CppAssemblyUnhollower copied to clipboard

Accessibility screen reader not working as expected after deleting the value of edit box

Open divyaraj87 opened this issue 4 years ago • 1 comments

Two issues has been observed: Step 1: Type "12" in edit box, screen reader reads as "Twelve" Step 2: Delete "2" screen reader reads as just "2" (issue 1- without saying the word as "deleted/ deletes" just saying "2") Step3: Immediately, type "4" which means "14" (issue 2- without saying the word as "Fourteen" just saying "4") Step 4: Type "6" which means "146" screen reader reads as "one hundred and forty six" (This is working as expected)

divyaraj87 avatar Mar 21 '22 07:03 divyaraj87