Declined
Last Updated: 29 Aug 2024 14:25 by ADMIN
Title: Screen reader is not announcing the complete data points information of the "Displaying Time Series" bar graph.

 

Test Environment:  

Windows11 24H2 Os Build 26100.1301
Browser: New Edge Version 127.0.2651.86 (Official build) (64-bit)
AT: NVDA, JAWS, Narrator
 
Repro steps:  
  1. Open URL: https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/axes/#toc-displaying-time-series 
  2. Kendo React home page will appear.
  3. Navigate to the "Displaying Time Series" bar graph using tab key.
  4. Navigate using arrow keys through the chart controls.
  5. Verify whether the Screen reader is announcing the complete data points information of the "Displaying time Series" bar graph or not. 
Actual Result:
Screen reader is not announcing the complete data points information i.e x axis and y value information also what those points indicate of the "Displaying time series" graph.

Observation: While navigating the graph data points using arrow keys, screen reader JAWS only announces as "3.3 point, 5.2 point" when focus lands on those graph points.
NOTE: Issue is repro'ing with all 3 Screen Readers.
Please Refer Attachment- Screen reader is not announcing the complete data points information on the graph.

Expected Result:
Screen reader should announce the complete data points information of the "Displaying time series" graph such as screen reader announce as the x-axis value along with what information the data points are representing as "Daily max (C) Chart X-axis value 1/1 Y-axis value 3.3 point".

In Development
Last Updated: 15 Aug 2024 14:43 by ADMIN

Hi! 

I have noticed that keyboard navigation doesn't work in the filter editor components inside the Filter component

Reproduction:

  1. Open https://stackblitz.com/edit/react-rvwjsm?file=index.html
  2. Choose "name" or "price" from the first dropdown
  3. Type anything in the input field
  4. Try to change the cursor position in the field using arrow keys - doesn't work

 Is there a way to enable it or go around it? 

Unplanned
Last Updated: 09 Aug 2024 12:49 by ADMIN
Created by: Bernd
Comments: 1
Category: KendoReact
Type: Feature Request
0

We use the PopOver component to create a menu that is more then just a list of links (i.e. a Jumbo Navigation including images, etc.).

Unfortunately the PopOver has no built-in functionality to automatically close it when the user clicks outside of the PopOver, so this has to be implemented manually.

So the request is to add a parameter to the PopOver component that allows to automatically close the popover when the user clicks outside of it when it's open.

 

Unplanned
Last Updated: 09 Aug 2024 12:47 by ADMIN
Currently, there are distinct differences in how the PivotGrid is displayed for local data sources vs OLAP data sources. The functionality for local data sources is extremely inferior to that of OLAP data source. The user experience is very poor. 
Unplanned
Last Updated: 06 Aug 2024 17:01 by ADMIN

Hello, 

We've been using StockChart with Navigator to display a count trend. However, we have an accessibility bug reported on using that component due to single pointer options alternative is not provided for adjusting the graph points. Currently user can only achieve that through dragging. Do we support props that will display input box to resolve this accessibility issue?

MAS reference: https://aka.ms/MAS2.5.7 

Unplanned
Last Updated: 06 Aug 2024 16:59 by ADMIN

We are using a customized ChartToolTip with button in our bar chart. However the tab order is not correct for multiple charts. The expect behavior we were told by our accessibility testing team is first chart -> button on tooltip -> second chart -> button on tooltip and so on. The actual behavior is tab shortcut will switch between charts then back to the first chart tooltip element. 

MAS Reference:

Declined
Last Updated: 25 Jul 2024 13:14 by ADMIN
Created by: Alex
Comments: 1
Category: KendoReact
Type: Bug Report
0

I have noticed that whenever you want to upload multiple photos at once, using this React Upload Component & Events - KendoReact Docs & Demos (telerik.com) component the previews of the images uploaded bounce/ shake around. I've tried this on multiple browsers and they all have the same bouncing effect for the image previews. For a single photo it doesn't do it but once multiple images are added, it will do it.

 

Unplanned
Last Updated: 09 Jul 2024 06:50 by ADMIN
Created by: Joe
Comments: 1
Category: KendoReact
Type: Feature Request
0
This could be a port of the "DockManager UI Component" in the 2024 UI for Blazor Roadmap or the current jQuery Dock Manager.
Unplanned
Last Updated: 05 Jul 2024 08:43 by ADMIN
Created by: Peter
Comments: 1
Category: KendoReact
Type: Bug Report
0

Dear sir/madam,

We noticed an error when setting the "defaultShowWorkHours" to false, it still shows the work hours as the default.
Check the Codesandbox

Expected behavior when you set "defaultShowWorkHours" to false, it shows the full day timeline


Unplanned
Last Updated: 19 Jun 2024 20:20 by ADMIN

Hi, Keyboard navigation using "page down" and "page up keys" doesn't work.

Here is a stackblitz where the problem can be reproduced: https://stackblitz.com/edit/react-q9n5fe?file=app%2Fmain.tsx
Reproduction steps:

  1. Click inside the grid
  2. Press "Page down" or "Page up" - doesn't work

It only works when:

  1. Click outside of the grid
  2. click on vertical scroll bar without selecting any grid cell.
  3. Press"Page down" or "Page up" - it works.

Best Regards

Hubert

Unplanned
Last Updated: 27 May 2024 15:32 by ADMIN
Created by: Jessica
Comments: 1
Category: KendoReact
Type: Feature Request
0
It would be extremely useful to have data validation at the cell level on the spreadsheet, similar to Excel where we can restrict input to certain types of data, be it number, string, date, etc., and custom error handling to go along with it. 
Completed
Last Updated: 04 Jun 2024 11:47 by ADMIN
Created by: Marcu
Comments: 5
Category: KendoReact
Type: Bug Report
0

Hello,

We are encountering an issue with duplicate entries in our Kendo Grid with drag & drop functionality. When the grid is scrolled, clicking on any of the header cells multiple times results in the first entry being duplicated. This problem occurs on the example provided on your website as well: Kendo React Grid Row Reordering

Reproduction Steps:

  1. Scroll down within the grid.
  2. Click on any header cell multiple times.
  3. Scroll back to the top of the grid.

You will notice that the first entry is duplicated multiple times. It appears that the reorder logic is being triggered when a header cell is pressed.

We are using version 6.1.0. Please refer to the attached video for a visual representation of the issue.

Thank you for your assistance.

Unplanned
Last Updated: 29 Mar 2024 08:26 by Thomas
Created by: Thomas
Comments: 0
Category: KendoReact
Type: Feature Request
1
To enhance UX, it should be better that when the user clicks between the label and the checkbox/radiobutton, it actionnates the checkbox/radiobutton.

Today this is how a radiobutton is structured. 

An improvement would be to nest the input inside the label, so it does what i said above, eg. :

 <label>
 <input type="checkbox" id="myCheckbox" name="myCheckbox">
 Click me to toggle the checkbox
 </label>

This would greatly enhance UX and is very common in web development.
Planned
Last Updated: 17 Jul 2024 11:20 by ADMIN
Scheduled for 2024 Q4 (Nov)
Created by: Owen
Comments: 3
Category: KendoReact
Type: Bug Report
3

When typing into a date picker and trying to type Feb 29th, 2024 (or any other leap year ofc) the date is updated incorrectly by the kendo date picker validation. As the user types the year their previous entry of 29 is updated to 28. This should update check should probably not occur until the user is done updating the input. If there is some fix or workaround we can do on our end to resolve this issue please let us know

Here's a video of the bug in our application

However, I was also able to reproduce the exact same behavior even in the documentation:

Unplanned
Last Updated: 20 Mar 2024 07:06 by Jan
Currently, the TimePicker and DateTimePicker do not have the toggleButton property. This prop is present for the DatePicker but it should also be present for the rest of the dateinput component to keep the API consistent.
Unplanned
Last Updated: 18 Mar 2024 14:09 by Filip
Created by: Filip
Comments: 0
Category: KendoReact
Type: Feature Request
1
A component that allows you to upload and display powerpoint files.
Unplanned
Last Updated: 18 Mar 2024 14:08 by Filip
Created by: Filip
Comments: 0
Category: KendoReact
Type: Feature Request
1
A component that allows you to upload word files and display them.
Unplanned
Last Updated: 14 Mar 2024 20:09 by Mia
Created by: Mia
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the TreeList could display children,  for example, in this demo, if I search for Anika Vega, I would like the tree to return Daryl Sweeney and all the children nodes of Anika:

https://stackblitz.com/edit/react-ze6brv?file=app%2Fmain.tsx
Under Review
Last Updated: 10 Apr 2024 04:25 by ADMIN
Created by: Paxcom
Comments: 2
Category: KendoReact
Type: Feature Request
3

in the provided video, an example of the unordered list has been taken up. But the same is applicable to the numbered list as well.

When a user tries to add a new point to an unordered list in a new line and then clicks the backspace, the unordered list remains. Pressing 'Enter' to start a new line shows the unordered list bullet points again.

Can we update it so that on   Pressing backspace to remove the unordered/ordered list should delete it entirely and should not leave any highlighting in the description box editor field.

 

video : https://www.loom.com/share/480debbe4f2648339ecb80cd9b6ed853?sid=3914f5dc-f477-4afd-a55d-df4a26603da7   

please go through video where i have provided , example of current behavior and expected behavior 

Duplicated
Last Updated: 29 Feb 2024 17:14 by ADMIN
Created by: eDAD
Comments: 0
Category: KendoReact
Type: Bug Report
0

Environment (OS, Application, Versions):

OS Version: 22H2 (OS Build 25352.1)
Edge Dev: Version 121.0.2277.112 (Official build) (64-bit)

Repro Steps:

   1. Open https://codepen.io/oneID/pen/LYaGREP and turn on NVDA.
   2.Navigate to Populate grid and activate it using enter key.
   3.Navigate to Expand button under domain in export to excel table.
   4.Verify if the accessible name and role for the expand button is correct or not.

Actual Results:

Accessible name for the 'expand' button is not correct, Expand button is defined as link.

Expected Results:

Accessible name of 'expand' button should be sufficient for screen reader user. Accessible name should contain value available in domain as well.

Role should be defined as 'Button' as its behaving as button.

1 2 3 4 5 6