Declined
Last Updated: 10 Jun 2026 14:38 by ADMIN
Test Environment:
OS: Windows 11 Version 25H2 (OS Build 26200.8039)
Browser: Edge (Version 146.0.3856.84), Chrome (Version 146.0.7680.165)
Screen Reader: NVDA (2025.3.3), JAWS (2026.2603.86), Narrator

User Impact:
Screen reader users are getting impacted as they are unable to hear the names of the colors available in the Font Color dropdown, making it difficult for them to select the desired color independently.

Pre-Requisites:
  1. Connect to 'MSFT AzVPN-Manual' VPN.
  2. Turn on Screen Readers:
    NVDA: Ctrl + Alt + N
    JAWS: Ctrl + Alt + J
    Narrator: Ctrl + win + Enter 
  3. Verbosity:
    NVDA: Default
    JAWS: Beginner, Highest
    Narrator: Default

Repro Steps:
  1. Open the URL: https://agoradev-ppe.azurewebsites.net/home?dashboard-id=RnRToolsHomePage in edge/chrome browser in windows.
  2. Agora Home page will open.
  3. Press tab key to navigate to the 'Add a widget' control and activate it.
  4. Press tab key to navigate to the 'Table' control and activate it.
  5. 'Create Table' dialog will open.
  6. Press tab key to reach to the 'Font' dropdown control and activate it using enter key.
  7. Font color options will appear.
  8. Verify whether screen reader announces the name for the colors Present in Font dropdown control in windows or not.

Actual Result:
Screen reader does not announce the name for the colors Present in Font dropdown control in windows.
Screen Reader announces as '#ffffff row 1 column 1'

Refer Attachment:
  1. Screen reader does not announce the name for the colors Present in Font dropdown control in windows.png
  2. Screen reader does not announce the name for the colors Present in Font dropdown control in windows.mp4

Expected Result:
Screen reader should announce the name for the colors Present in Font dropdown control in windows.
Screen Reader announces as '#ffffff row 1 column 1 White'
Unplanned
Last Updated: 22 Jul 2026 05:32 by ADMIN

Overview:

The KendoReact PDF Viewer renders every page of a document up front. For large PDFs this causes long initial load times and high memory use.

Expose load-on-demand / virtualized page rendering in the React component, matching the existing Kendo UI for Angular PDF Viewer which has:

  • loadOnDemand - render pages as the user scrolls
  • loadOnDemandPageSize - pages fetched/rendered per batch

Reference: https://www.telerik.com/kendo-angular-ui/components/pdfviewer/load-on-demand

This is a framework-parity gap. The same underlying rendering engine already supports on-demand loading in Angular (and virtualization has been requested for Blazor: httpzor/1594054-pdf-viewer-virtualization). React usershitting large documents currently have no first-party option and must swap to a third-party viewer.

Environment: @progress/kendo-react-pdf-viewer 10.2.0, React 19, Next.js 15.