Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

On deselecting the node with Control key, it takes two click . Also on selecting the node of 6 nodes , it result in duplicate selection..


Replication Procedure

Issue 1:


Start the sample app and select node "Node 6.1"

Shift-click on node "Node 6.6", all nodes from Node 6.1 to Node 6.6 are selected

Ctrl-click on Node "Node 6.5"





Expected result: Node 6.5 gets deselected

Actual result: Node 6.5 stays selected (it actually takes two Ctrl-clicks to deselected Node 6.5)


Issue 2:

Steps to reproduce:



Start the sample app and select node "Node 6.1"

Shift-click on node "Node 6.6", all nodes from Node 6.1 to Node 6.6 are selected

Press the added button



Expected result: Message box text = Node 6.1,Node 6.2,Node 6.3,Node 6.4,Node 6.5,Node 6.6

Actual result: *Message box text = Node 6.1,Node 6.2,Node 6.3,Node 6.4,Node 6.5,Node 6.6,Node 6.3,Node 6.4,Node 6.5,Node 6.6

As you can see, nodes Node 6.3 through Nodes 6.6 are listed twice.