We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Card Undesired Behaviour on Mouse Click

I sometimes experience undesired behaviors when I click on a card. I've used your Getting-started-in-SfKanban sample project to demonstrate the issues and I've attached the video including the different scenarios with the below timestamp:

  1. 00:06 simple click starts card dragging even after the click was released. The card is dropped to new position only after another click. For reference, I've actual dragging at 00:17.
  2. 00:45 click briefly moves the card out of its own placeholder and back. I did not intend to drag the card for that fraction of second.
  3. 00:50 click swaps the card position with another card.

How can we resolve these issues?


Attachment: kanban_click_5066da0e.zip

9 Replies

MS Muniappan Subramanian Syncfusion Team January 5, 2023 12:53 PM UTC

Currently, we are analyzing your query. We will validate and update you the further details on or before January 9th, 2023. We appreciate your patience until then.



SS SaiGanesh Sakthivel Syncfusion Team January 9, 2023 12:02 PM UTC

Hi Miftah,


Currently, we are analyzing the reported scenario in the source level. We will update you on the further details on January 11, 2023. We appreciate the patience until then.



SS SaiGanesh Sakthivel Syncfusion Team January 11, 2023 12:35 PM UTC

Hi Miftah,


#Regarding Kanban card is start dragging when we click the mouse button randomly

We have logged the issue report for the same. We will fix the issue and include the issue fix in our Weekly nuget release which is expected to roll out on January 31, 2023. We appreciate your patience until then.


You can track the status of this report through the following feedback link,

https://www.syncfusion.com/feedback/40320/kanban-card-is-start-dragging-when-we-click-the-mouse-button-randomly


Note: The provided feedback link is private, you need to login to view this feedback.



SS SaiGanesh Sakthivel Syncfusion Team February 2, 2023 06:08 AM UTC

Miftah,


#Regarding Kanban card is start dragging when we click the mouse button randomly

We are glad to announce that our Essential Studio 2022 Volume 4 Service Pack Release V20.4.0.48 is rolled out and the reported issue fix is available for download under the following link.


Essential Studio 2022 Volume 4 Service Pack Release v20.4.0.48 is available for download | Announcements Forums | Syncfusion


Release note: https://help.syncfusion.com/wpf/release-notes/v20.4.0.48?type=all#sfkanban


Feedback: https://www.syncfusion.com/feedback/40320/kanban-card-is-start-dragging-when-we-click-the-mouse-button-randomly


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.



MI Miftah February 2, 2023 03:40 PM UTC

Thanks SaiGanesh for the update. I've checked with the new SP release and the first issue is now solved. The second and third issues still persist. Have you checked that, please?

Regards.



SS SaiGanesh Sakthivel Syncfusion Team February 3, 2023 11:37 AM UTC

Miftah,


Currently, we are analyzing the reported scenario from our end. We will update you on the further details on February 7, 2023. We appreciate the patience until then.



SS SaiGanesh Sakthivel Syncfusion Team February 7, 2023 12:10 PM UTC

Miftah,

#Regarding Kanban card drag for that fraction of second and swaps the card position with another card

The reported scenario is the framework issue. Currently, we have logged an issue report for the same with framework side, kindly refer the following link for the same,


https://github.com/dotnet/wpf/issues/7506


We are currently experiencing the reported bug. Once we receive a solution from the framework side, we will update you with further details. We appreciate your patience in the meantime.



MI Miftah February 9, 2023 05:36 PM UTC

Hi SaiGanesh,

I've checked the above link and the MouseMove event appears to be a normal behavior (It's just that it's a very small distance).

So in this case, I could just put some distance threshold below which the PreviewMouseMove could be marked as handled and hence suppressing the dragging.

I tested this and it's working fine as intended. Please let me know if there's an alternative solution.

Thanks.



SS SaiGanesh Sakthivel Syncfusion Team February 10, 2023 12:28 PM UTC

Miftah,


We are glad to know that you have achieved the workaround on your end. As of now, we does not have any work around from our end as threshold value differ from based on system resolution.  Once we receive a solution from the framework side, we will update you with further details. We appreciate your patience in the meantime


Loader.
Up arrow icon