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

[ANGULAR] Touch drag triggers scroll in Scheduler #3632

Open
jsakalos opened this issue Oct 28, 2021 · 1 comment
Open

[ANGULAR] Touch drag triggers scroll in Scheduler #3632

jsakalos opened this issue Oct 28, 2021 · 1 comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium

Comments

@jsakalos
Copy link

We need to add:

.b-dragcreating .b-grid-subgrid {
    touch-action:none ;
}

to our css. That resolves the issue.

Forum post

We're seeing an issue with the Angular Scheduler drag create and drag move on a touch device (such as a real iPad and Chrome in iPad simulation mode): it scrolls at the same time as the drag is occurring. Errors in the console when using Chrome: "[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive."

This issue is reproduceable with the Angular Basic demo with scheduler version 4.3.1. (The regular Basic demo works correctly on touch devices).

"@bryntum/scheduler-angular": "^4.3.1",
"@bryntum/schedulerpro": "4.3.1",
"@bryntum/schedulerpro-angular": "4.3.1",

@jsakalos jsakalos added bug Something isn't working premium forum Issues from forum large-account Reported by large customer OEM OEM customer labels Oct 28, 2021
@isglass isglass added this to the 4.3.3 milestone Oct 28, 2021
@palmerzoo
Copy link

This doesn't resolve the issue because scrolling has already begun when the b-dragcreating class is applied.

@matsbryntse matsbryntse modified the milestones: 4.3.3, 4.3.4 Nov 30, 2021
@matsbryntse matsbryntse modified the milestones: 4.3.4, 4.3.5 Dec 13, 2021
@matsbryntse matsbryntse modified the milestones: 4.3.5, 4.3.6 Dec 24, 2021
@SergeyMaltsev SergeyMaltsev modified the milestones: 4.3.6, 4.3.7 Jan 14, 2022
@isglass isglass modified the milestones: 4.3.7, 4.3.8, 4.3.9 Feb 1, 2022
@SergeyMaltsev SergeyMaltsev modified the milestones: 4.3.9, 4.3.10 Feb 17, 2022
@isglass isglass modified the milestones: 4.3.10, 5.0.x Feb 18, 2022
@SergeyMaltsev SergeyMaltsev modified the milestones: 5.0.x, 5.1.x Jul 21, 2022
@SergeyMaltsev SergeyMaltsev modified the milestones: 5.1.x, 5.2.x Oct 13, 2022
@isglass isglass removed this from the 5.2.x milestone Feb 20, 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 forum Issues from forum large-account Reported by large customer OEM OEM customer premium
Projects
None yet
Development

No branches or pull requests

5 participants