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

Event cellMouseOut emits only once #7733

Closed
ghulamghousdev opened this issue Oct 24, 2023 · 0 comments
Closed

Event cellMouseOut emits only once #7733

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

Comments

@ghulamghousdev
Copy link
Member

Forum post

Hello!

After upgrading to Bryntum Scheduler 5.5.5 (it was broken in previous versions as well), the cellMouseOut emits only once after the cursor exits the resources subgrid, instead of emitting after the cursor exits 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:

cellMouseOut(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

We've reported another bug a few weeks ago, an identical behavior but for the cellMouseOver event: viewtopic.php?p=132551

This one was already fixed: #7657
Maybe it can be of help.

Thanks!

@ghulamghousdev ghulamghousdev added bug Something isn't working premium forum Issues from forum OEM OEM customer labels Oct 24, 2023
@matsbryntse matsbryntse added the high-priority Urgent to have fixed label Oct 24, 2023
@ghulamghousdev ghulamghousdev self-assigned this Oct 24, 2023
@ghulamghousdev ghulamghousdev added in progress ready for review Issue is fixed, the pull request is being reviewed and removed in progress labels Oct 24, 2023
@ghulamghousdev ghulamghousdev changed the title cellMouseOut emits only once Event cellMouseOut emits only once Oct 26, 2023
@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 Oct 26, 2023
@isglass isglass added this to the 5.6.1 milestone 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 forum Issues from forum high-priority Urgent to have fixed OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants