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

[REACT] App crashing/stuck when moving multiple events and some aren't in view #8209

Closed
chuckn0rris opened this issue Jan 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed OEM OEM customer react React framework integration resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@chuckn0rris
Copy link

Forum post

Hi,
We have an issue that when selecting multiple events, then scrolling so that one or more events are no longer visible/in view - the page crashes/gets stuck.
We are using version 5.6.3 but I have been able to successfully re-create this using one of your online demos using the latest version.

The demo I used is - https://bryntum.com/products/schedulerpro/examples-scheduler/frameworks/react/javascript/react-events/build/.
This is the recording:
https://github.com/bryntum/support/assets/7203098/51b36fa2-9dc4-48c9-9a2e-3fcc56caf60a

This is a screenshot of the error: Screenshot 2024-01-09 at 19.22.47.png

These are the exact steps:
Multi select two or more events
Scroll horizontally so that one of the events is no longer in view
Try dragging (by clicking on the visible event)

=> App crashes/ is stuck
Error appears in console (attached above).

I would appreciate it if you could look into this issue immediately and resolve it as soon as possible.
Thanks,
Odiya Erlichster
Screenshot 2024-01-09 at 19.22.47.png

@chuckn0rris chuckn0rris added bug Something isn't working react React framework integration forum Issues from forum OEM OEM customer labels Jan 9, 2024
@matsbryntse matsbryntse added the high-priority Urgent to have fixed label Jan 9, 2024
@canonic-epicure canonic-epicure self-assigned this Jan 18, 2024
@canonic-epicure
Copy link

Made a brief check with the following results:

  • exception is thrown in the addTemporaryDragElement of HorizontalRendering.js, which is called with the unusual domConfig argument, I guess containing unresolved react JSX element
  • this is probably because the demo uses react JSX renderer for event

This is not my area of expertise, perhaps @jsakalos can investigate?

image

@canonic-epicure canonic-epicure removed their assignment Jan 18, 2024
@matsbryntse matsbryntse added this to the 5.6.7 milestone Feb 1, 2024
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed BLOCKING labels Feb 7, 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 high-priority Urgent to have fixed OEM OEM customer react React framework integration resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

6 participants