You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I am running the application on windows
When I move between items on the list, the screen reader read this phrase
Microsoft.Maui.Controls.Platform.ItemTemplateContext not selected 2 of 4
Although it is expected to read the content of this item, I do not know where the problem is or whether I did something wrong, but what I understand is that the .net maui technology on the Windows system requires Microsoft to take care of the accessibility of the items or the availability of the wonderful DataGridView instance found in Windows Forms
Original Comments
Feedback Bot on 9/19/2024, 06:52 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
The text was updated successfully, but these errors were encountered:
@rachelkang The issue with CollectionView not working with screenreaders that I mentioned here: dotnet/maui#20319 (comment). Both are complete showstoppers from a compliance perspective.
Description
Document this
#2753 (comment)
This issue has been moved from a ticket on Developer Community.
[severity:It bothers me. A fix would be nice]
In MAUI technology on WINDOWS when I create a CollectionView like this
MaxLines="1"
Padding="0"
Margin="0"
/>
</CollectionView.ItemTemplate>
And I am running the application on windows
When I move between items on the list, the screen reader read this phrase
Microsoft.Maui.Controls.Platform.ItemTemplateContext not selected 2 of 4
Although it is expected to read the content of this item, I do not know where the problem is or whether I did something wrong, but what I understand is that the .net maui technology on the Windows system requires Microsoft to take care of the accessibility of the items or the availability of the wonderful DataGridView instance found in Windows Forms
Original Comments
Feedback Bot on 9/19/2024, 06:52 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
The text was updated successfully, but these errors were encountered: