Skip to content

Conversation

nbrookie
Copy link

When selecting multiple items using ctrl-click, the selectionChange event emits an event where the oldValue array has 0 items and newValue array has 1 item when selecting the first item.

But when selecting the second item, the oldValue array incorrectly has 0 items and newValue incorrectly has 1 item. The expected behavior is that on the second ctrl-selection, the oldValue has 1 item and newValue has 2 items.

NOTE: I unfortunately was not able to get either npm run build or npm test working locally to verify that the fix worked. If y'all have any guidance there, that would be much appreciated :)

When selecting multiple items using ctrl-click, the selectionChange event emits an event where the oldValue array has 0 items and newValue array has 1 item when selecting the first item. But when selecting the second item, the oldValue array incorrectly has 0 items and newValue incorrectly has 1 item. The expected behavior is that on the second ctrl-selection, the oldValue has 1 item and newValue has 2 items.
@KameshRajendran
Copy link

Hi Nick Anderson,

We have logged this as defect. The fix for the reported issue will be available end of august 2019.

Regards,
Kamesh R.

@KameshRajendran
Copy link

Hi Nick Anderson,

We are glad to announce that our patch release (v17.2.41) is rolled out successfully and In that release, we have added the fix for reported issue.

Please upgrade to the latest version packages to resolve this issue.
https://www.npmjs.com/package/@syncfusion/ej2-diagrams

Regards,
Kamesh R.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants