question

MostafaNabi-8731 avatar image
0 Votes"
MostafaNabi-8731 asked XuDongPeng-MSFT commented

Microsoft Edge Read Aloud prevents dynamic text update

181074-screen-shot-2022-03-08-at-140920.png



The above image lets the user change between weekly intervals, when the Read Aloud feature touches the above text, the text no longer updates when the user clicks one of the arrow buttons.
I've added logs in the code to confirm that the logic does still function, just the text does not re-render.

Does anyone know what the cause is? I have tested with the Apple Screenreader and that does not cause this.

ms-edge
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @MostafaNabi-8731 ,

According to your description, I'm not sure how to reproduce your problem, I simply use the Read aloud feature in this case and try to page through the reply content, it works fine no matter if I click on the previous/next page in Edge( Version 99.0.1150.36 ).

What version of Edge are you using? Are there any error messages in the Dev tools console when the button is clicked? In addition, if there are any extensions enabled in Edge, you can try disabling them.

0 Votes 0 ·

Hey, thanks for taking the time to reply. I feel like it would best if I setup a codepen example, which I will do the moment i have some time.

The MS Edge version I am using is Version 99.0.1150.36 (Official build) (x86_64).
Don't have any extensions enabled.

The reason you cant reproduce might be because the page navigation is HTML links whilst my screenshot shows a button working using pure javascript?

0 Votes 0 ·

Hi @MostafaNabi-8731 ,

The reason you cant reproduce might be because the page navigation is HTML links whilst my screenshot shows a button working using pure javascript?

This might be the reason, but I need to test it to check this, and it would be helpful if you can provide simplde code to reproduce this issue.

And as I mentioned, are there any error messages in the console tab in the devtools when you click the button?

0 Votes 0 ·

0 Answers