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

Events getting selected when eventSelectionDisabled is set to true and pan feature is enabled #9233

Closed
ghulamghousdev opened this issue May 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working forum Issues from forum regression Worked previously, now broken resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@ghulamghousdev
Copy link
Member

ghulamghousdev commented May 22, 2024

Forum post

Actually I am not sure about my previous comment.

But can you try the below config in your React sample project.

Use this code to repro the issue:

import '../_shared/shared.js'; // not required, our example styling etc.
import Scheduler from '../../lib/Scheduler/view/Scheduler.js';
import Pan from '../../lib/Scheduler/feature/Pan.js';

const scheduler = new Scheduler({
    appendTo               : 'container',
    resources,
    events,
    startDate              : new Date(2017, 0, 1, 6),
    endDate                : new Date(2017, 0, 1, 20),
    viewPreset             : 'hourAndDay',
    rowHeight              : 50,
    barMargin              : 5,
    eventSelectionDisabled : true,
    features               : {
        pan                : true
    },
    columns : [{ text : 'Name', field : 'name', width : 130 }]
});

Screen.Recording.2024-05-22.at.5.58.12.PM.mov
@ghulamghousdev ghulamghousdev added bug Something isn't working forum Issues from forum labels May 22, 2024
@ghulamghousdev ghulamghousdev changed the title Events getting selected when eventSelectionDisabled is set to true Events getting selected when eventSelectionDisabled is set to true and pan feature is enabled May 23, 2024
@ghulamghousdev ghulamghousdev added the regression Worked previously, now broken label May 23, 2024
@ghulamghousdev ghulamghousdev self-assigned this May 23, 2024
@ghulamghousdev
Copy link
Member Author

Regression of this issue: #8934

@ghulamghousdev ghulamghousdev added ready for review Issue is fixed, the pull request is being reviewed and removed in progress labels May 23, 2024
@isglass isglass added 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 May 23, 2024
@isglass isglass added this to the 5.6.12 milestone May 23, 2024
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 regression Worked previously, now broken resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants