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

cellMouseOver emits only once #7657

Closed
isglass opened this issue Oct 12, 2023 · 0 comments
Closed

cellMouseOver emits only once #7657

isglass opened this issue Oct 12, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed OEM OEM customer premium regression Worked previously, now broken resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@isglass
Copy link
Contributor

isglass commented Oct 12, 2023

Forum post

Hello,

After upgrading to Bryntum Scheduler 5.5.3 (from 5.3.1), the cellMouseOver emits only once after the cursor enter the resources subgrid, instead of emitting after the cursor enters every resource row cell. I also managed to reproduce it in the following example: https://bryntum.com/products/scheduler/examples/configuration/

In the listeners object of the scheduler config, add:

cellMouseOver(event) {
    console.log(event);
}

Check the logged events in the dev tools console when moving the cursor across different resources.

It's quite an urgent issue for us

Thanks!

@isglass isglass added bug Something isn't working high-priority Urgent to have fixed premium forum Issues from forum OEM OEM customer regression Worked previously, now broken labels Oct 12, 2023
@mazzafabio mazzafabio self-assigned this Oct 12, 2023
@mazzafabio mazzafabio added in progress ready for review Issue is fixed, the pull request is being reviewed labels Oct 12, 2023
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed in progress ready for review Issue is fixed, the pull request is being reviewed labels Oct 13, 2023
@isglass isglass added this to the 5.5.5 milestone Oct 13, 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 high-priority Urgent to have fixed OEM OEM customer premium 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