Completed
Last Updated: 06 Feb 2024 14:32 by ADMIN

Describe the bug

When we have more than one locked column in a TreeList and scroll the content of the component horizontally, in scenarios when two locked columns are one by one, the layout of the component is breaking.

To Reproduce

  1. Open this StackBlitz example
  2. Scroll the TreeList horizontally to the left
  3. See that only the header of the Position column is not moving, while the data of the column is moving along with the data of the other columns.

Expected behavior
The first two columns(Name and Position) should stay locked and the content of the other columns should be scrolled below them.

Screenshots
image

Completed
Last Updated: 06 Feb 2024 14:31 by ADMIN
Release 2024 Q1 (Jan)
Created by: Daniel
Comments: 0
Category: TreeList
Type: Bug Report
0

Describe the bug
The indentation functionality of the TreeList is not working
To Reproduce

  1. Open this example
  2. See the TreeList

Expected behavior
The different rows of the TreeList should look like this:

image
Completed
Last Updated: 12 Jul 2023 05:17 by ADMIN
Release R3 2023 - Increment 1 (21.07.2023)

Describe the bug
When using the TreeList in Typescript the wrapperStyle prop should have a definition if you want to use the component. The field is required, and this should be updated.

Expected behavior
The wrapperStyle property should not be a required one

Completed
Last Updated: 01 May 2023 14:11 by Natalie

Describe the bug
The Native TreeList component throws an error when used in inline add/edit mode, in the Firefox browser.

To Reproduce

  1. Open this StackBlitz example in the Firefox browser.
  2. Click the "Edit" button on a random row
  3. Try to edit the content of the Input that appears in the Name column

Expected behavior
The Input's value should be editable and no errors should be thrown.

Screenshots
image

Unplanned
Last Updated: 12 Jan 2023 08:32 by ADMIN
Scheduled for R1 2023 - Increment 3 (18.01.2023)

Describe the bug
The TreeListDataStateChangeEvent type currently has the following props:

  • component, dataState and event

While its props should be:

  • component, data and event

Expected behavior

The types defined in the TreeListDataStateChangeEvent should be component, data, and event

Completed
Last Updated: 10 Oct 2022 06:39 by ADMIN

Describe the bug
The rowClick and rowDoubleClick events of the TreeList are not triggered or not triggered correctly.

  • The rowClick event doesn't actually trigger the rowClick but the pointer click event.
  • The doubleClick event doesn't trigger at all

To Reproduce

  1. Open this StackBlitz example
  2. Click on a randomly selected row
  3. DoubleClick on a randomly selected row

Expected behavior
When one of the rowClick or doubleClick events is triggered, in the event handler