You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title. this causes the user to be blocked from selecting more slots since dragEvent finishes unexpectedly. This is only reproduced in Windows environment and tested on both Chrome and Firefox.
Steps To Reproduce
this can be reproduced in the documentation itself in custom callback. but this can also be observed while using the built-in directive
*note this is intermittent but happens often. the steps assumes the issue happens
try to drag select from anywhere
after drag clicking from the first slot the cursor changes to a not-allowed cursor and you are not able to drag select anymore
if you look at the event log, the times that this happens you will notice that slotDragEnd is emitted right away after slotDragStart
Screenshots or video
Chrome:
Screen.Recording.2024-11-01.at.15.25.07.mov
Firefox:
Screen.Recording.2024-11-01.at.15.24.37.mov
Actual Behavior
slotDragEnd sometimes emits right after slotDragStart even though i have not let go of left mouse click
Expected Behavior
slotDragEnd should not be emitted till i let go of the left mouse click
Browser
All
Browser version
latest
OS type
Windows
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered:
Charles22219
changed the title
Scheduler Selected Slots - [intermittent] slotDragEnd emits right away after slotDragStart, even if im still holding left mouse click
Scheduler Selected Slots - slotDragEnd emits right away after slotDragStart, even if im still holding left mouse click
Oct 30, 2024
Charles22219
changed the title
Scheduler Selected Slots - slotDragEnd emits right away after slotDragStart, even if im still holding left mouse click
Scheduler Selected Slots - [interrmittent] slotDragEnd emits right away after slotDragStart, even if im still holding left mouse click
Oct 30, 2024
stnikolova
changed the title
Scheduler Selected Slots - [interrmittent] slotDragEnd emits right away after slotDragStart, even if im still holding left mouse click
[Scheduler] Slot Selection - dragEvent emits unexpectedly and breaks selection
Nov 4, 2024
The issue might be related to how table cells are dragged in the browser. It seems that the entire cell is being dragged in the background which is visually seen in the Firefox browser. This led me to try the following workaround to stop the dragging of the td cell in the Scheduler:
Description
title. this causes the user to be blocked from selecting more slots since dragEvent finishes unexpectedly. This is only reproduced in Windows environment and tested on both Chrome and Firefox.
Steps To Reproduce
this can be reproduced in the documentation itself in custom callback. but this can also be observed while using the built-in directive
*note this is intermittent but happens often. the steps assumes the issue happens
Screenshots or video
Chrome:
Screen.Recording.2024-11-01.at.15.25.07.mov
Firefox:
Screen.Recording.2024-11-01.at.15.24.37.mov
Actual Behavior
slotDragEnd sometimes emits right after slotDragStart even though i have not let go of left mouse click
Expected Behavior
slotDragEnd should not be emitted till i let go of the left mouse click
Browser
All
Browser version
latest
OS type
Windows
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered: