Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to drag TaskBoard tasks on mobile device #7198

Closed
SergeyMaltsev opened this issue Jul 21, 2023 · 0 comments
Closed

Not possible to drag TaskBoard tasks on mobile device #7198

SergeyMaltsev opened this issue Jul 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@SergeyMaltsev
Copy link
Contributor

TaskBoard/examples/task-drag demo

Desktop Chrome with device emulation

Trying to drag any task
taskDragAbort listener is called on drag start and taskRecords are undefined.

app.js:91  Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'map')
    at TaskBoard.taskDragAbort (app.js:91:64)
    at TaskBoard.trigger (Events.js:1508:44)
    at TaskZone.doAbort (TaskDrag.js:952:16)
    at TaskZone.dragEnd (TaskDrag.js:963:18)
    at TaskZone.endDrag (Draggable.js:404:16)
    at DragContext.abort (DragContext.js:500:17)
    at DragContext.move (DragContext.js:632:20)
    at TaskZone.onDragPointerMove (Draggable.js:746:19)
    at HTMLBodyElement.handler (EventHelper.js:537:78)

Pretty same when trying drag column in TaskBoard/examples/column-drag/

app.js:137  Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'text')
    at TaskBoard.columnDragAbort (app.js:137:65)
    at TaskBoard.trigger (Events.js:1508:44)
    at ColumnZone.doAbort (ColumnDrag.js:601:16)
    at ColumnZone.dragEnd (ColumnDrag.js:612:18)
    at ColumnZone.endDrag (Draggable.js:404:16)
    at DragContext.abort (DragContext.js:500:17)
    at DragContext.move (DragContext.js:632:20)
    at ColumnZone.onDragPointerMove (Draggable.js:746:19)
    at HTMLDocument.handler (EventHelper.js:537:78)
@SergeyMaltsev SergeyMaltsev added the bug Something isn't working label Jul 21, 2023
@matsbryntse matsbryntse added the high-priority Urgent to have fixed label Jul 24, 2023
@isglass isglass self-assigned this Sep 22, 2023
@isglass isglass added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Sep 22, 2023
@isglass isglass added this to the 5.6.0-beta-2 milestone Sep 24, 2023
@SergeyMaltsev SergeyMaltsev modified the milestones: 5.6.0-beta-2, 5.6.0 Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants