Triage for microsoft/aspire#10141.
Repo filter: area-dashboard issues.
MihuBot version: 4431de.
Ping MihaZupan for any issues.
This is a test triage report generated by AI, aimed at helping the triage team quickly identify past issues/PRs that may be related.
Take any conclusions with a large grain of salt.
dotnet/aspire#10141: After applying resize, .net aspire, help , copilot chat and settings buttons are not accessible: A11y_Aspire Dashboard_Resize. by AnKushSingh05
[Tool] Searching for resize accessibility buttons Aspire Dashboard, buttons not accessible after zoom Aspire Dashboard, scrollbar missing Aspire Dashboard, A11y Aspire Dashboard resize, WCAG1.4.4 Aspire Dashboard (IncludeOpen=True, IncludeClosed=True, IncludeIssues=True, IncludePullRequests=True, Repository=dotnet/aspire)
[Tool] Found 65 issues, 47 comments, 65 returned results (9693 ms)
Here are the most relevant related issues and discussions for triaging issue #10141 ("After applying resize, .net aspire, help, copilot chat and settings buttons are not accessible: A11y_Aspire Dashboard_Resize"):
Highly Related Recent Issues
- Summary: Same author, same date, and nearly identical repro steps and environment. This issue reports that after resizing (zooming to 200%), menu items become inaccessible. The expected result is that menu items remain accessible and a scrollbar is available if needed.
- Status: No comments.
- Relevance: This is almost certainly a duplicate or closely related, but focused on menu items rather than the specific buttons mentioned in #10141.
2. Issue #3176 (March 2024, closed August 2024) - "Data present in the table getting truncated after zooming page to 200% : A11y_.NetAspireDashboard_Resources_Resources_Zoom"
- Summary: Reports that at 200% zoom, table data is truncated and not visible. The issue was observed throughout the application, especially in table screens. The user impact is for low vision users.
- Discussion: The reporter suggested tooltips for truncated data, and there was a request to re-test. No final resolution in the comments, but the issue is closed.
- Relevance: Demonstrates a pattern of zoom-related accessibility issues in the dashboard.
3. Issue #3317 (April 2024, closed August 2024) - "At reflow resolution data present in the table is truncating and not visible clearly:A11y_.NetAspireDashboard_Resources_Grid_Reflow"
- Summary: At reflow (small viewport/zoom), table data is truncated and not visible. The issue is observed throughout the application.
- Relevance: Similar accessibility concern about content being inaccessible after resizing/zooming.
4. PR #5200 (August 2024, merged) - "Make all pages accessible to low vision on reflow"
- Summary: This PR addresses several accessibility issues related to reflow and zoom, including hiding nonessential information, using progressive disclosure, and ensuring scrollbars are available where appropriate. The PR references and closes several issues about data truncation and reflow problems.
- Discussion: Extensive review and feedback, including requests for further improvements and some out-of-scope items. The PR does not address all possible issues (see #3364 for column resizing).
- Relevance: This is the main recent effort to address reflow/zoom accessibility, but some issues may remain or require follow-up.
5. Issue #3392 (April 2024, closed August 2024) - "At reflow resolution data present in the 'Details view' is truncating and not visible clearly."
- Summary: Reports that at reflow, data in the details view is truncated and not visible. Similar user impact and environment.
- Relevance: Another instance of zoom/reflow causing accessibility issues.
6. Issue #3393 (April 2024, closed August 2024) - "After applying reflow contents inside tree control and data in right pane of 'Metrics' page gets truncated"
- Summary: At reflow, tree control and right pane data are truncated and not visible.
- Relevance: Shows the issue is not limited to a single area of the dashboard.
Other Notable Related Issues
7. Issue #7461 (February 2025, closed) - "The User-Interface of Aspire Dashboard Settings size isn't correct"
- Summary: UI of the settings pane is not sized correctly after running the project. The issue was not reproducible after updating the browser.
- Relevance: Settings UI sizing is mentioned in #10141.
8. Issue #1652 (January 2024, closed) - "Metrics filter is missing a scrollbar"
- Summary: In the metrics view, a long list of filter values is not scrollable, making some values inaccessible. The UI was updated to use a popup + checkboxes, which resolved the issue.
- Relevance: Scrollbar availability is a key part of #10141's expected result.
9. Issue #2009 (January 2024, closed) - "Reduce the browser window, drag the dividing line between elements, and then enlarge the browser. The format in the dashboard is incorrect."
- Summary: After resizing and restoring the window, the dashboard format is incorrect until a manual refresh.
- Discussion: The dashboard UI does not currently support responsive layout; a larger change is needed post-v1. Related to #1740.
- Relevance: Indicates that responsive layout and resizing are known challenges.
10. Issue #1740 (January 2024, closed October 2024) - "Dashboard should use responsive layout for devices with smaller displays"
- Summary: The dashboard is not displayed well on small resolutions; a responsive/mobile-friendly layout is needed.
- Relevance: Underlines the need for responsive design, which is at the heart of #10141.
Summary of Current Status
- There is a clear history of accessibility issues in the Aspire Dashboard related to zoom, reflow, and resizing, especially at 200% zoom and small resolutions.
- The most recent and comprehensive fix is PR #5200, which aimed to address many of these issues, but some edge cases and dialogs (like settings/help/copilot) may still have problems.
- Several issues (e.g., #3176, #3317, #3392, #3393) have been closed as fixed, but the recurrence of similar reports (including #10141 and #10139) suggests that either regressions have occurred or not all scenarios were covered.
- The expected behavior (scrollbars appearing, all controls accessible) is a common theme, but not always achieved in practice.
Recommendation
- Check if the fixes from PR #5200 (August 2024) are present in the current build being tested. If not, update to the latest version and re-test.
- #10141 and #10139 are likely duplicates or closely related. Consider consolidating or cross-referencing.
- If the issue persists after the latest fixes, it may be a regression or an unaddressed edge case (especially for dialogs like help, copilot, and settings).
- Reference the closed issues and PRs above in any follow-up or resolution comments for #10141.
Related Issues and PRs
- #10139 (June 2025) - After applying resize, menu items are not accessible
- #3176 (March 2024, closed Aug 2024) - Data present in the table getting truncated after zooming page to 200%
- #3317 (April 2024, closed Aug 2024) - At reflow resolution data present in the table is truncating and not visible clearly
- #3392 (April 2024, closed Aug 2024) - At reflow resolution data present in the 'Details view' is truncating and not visible clearly
- #3393 (April 2024, closed Aug 2024) - After applying reflow contents inside tree control and data in right pane of 'Metrics' page gets truncated
- PR #5200 (Aug 2024, merged) - Make all pages accessible to low vision on reflow
- #7461 (Feb 2025, closed) - The User-Interface of Aspire Dashboard Settings size isn't correct
- #1652 (Jan 2024, closed) - Metrics filter is missing a scrollbar
- #2009 (Jan 2024, closed) - Reduce the browser window, drag the dividing line between elements, and then enlarge the browser. The format in the dashboard is incorrect.
- #1740 (Jan 2024, closed Oct 2024) - Dashboard should use responsive layout for devices with smaller displays
If you need a more detailed summary of any specific issue or PR, let me know!
Triage for microsoft/aspire#10141.
Repo filter:
area-dashboardissues.MihuBot version:
4431de.Ping MihaZupan for any issues.
This is a test triage report generated by AI, aimed at helping the triage team quickly identify past issues/PRs that may be related.
Take any conclusions with a large grain of salt.
Here are the most relevant related issues and discussions for triaging issue #10141 ("After applying resize, .net aspire, help, copilot chat and settings buttons are not accessible: A11y_Aspire Dashboard_Resize"):
Highly Related Recent Issues
1. Issue #10139 (June 2025) - "After applying resize, menu items are not accessible: A11y_Aspire Dashboard_Keyboard."
2. Issue #3176 (March 2024, closed August 2024) - "Data present in the table getting truncated after zooming page to 200% : A11y_.NetAspireDashboard_Resources_Resources_Zoom"
3. Issue #3317 (April 2024, closed August 2024) - "At reflow resolution data present in the table is truncating and not visible clearly:A11y_.NetAspireDashboard_Resources_Grid_Reflow"
4. PR #5200 (August 2024, merged) - "Make all pages accessible to low vision on reflow"
5. Issue #3392 (April 2024, closed August 2024) - "At reflow resolution data present in the 'Details view' is truncating and not visible clearly."
6. Issue #3393 (April 2024, closed August 2024) - "After applying reflow contents inside tree control and data in right pane of 'Metrics' page gets truncated"
Other Notable Related Issues
7. Issue #7461 (February 2025, closed) - "The User-Interface of Aspire Dashboard Settings size isn't correct"
8. Issue #1652 (January 2024, closed) - "Metrics filter is missing a scrollbar"
9. Issue #2009 (January 2024, closed) - "Reduce the browser window, drag the dividing line between elements, and then enlarge the browser. The format in the dashboard is incorrect."
10. Issue #1740 (January 2024, closed October 2024) - "Dashboard should use responsive layout for devices with smaller displays"
Summary of Current Status
Recommendation
Related Issues and PRs
If you need a more detailed summary of any specific issue or PR, let me know!