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

Cannot drag between two schedulers used in a same Lightning Web Component #2682

Open
bmblb opened this issue Apr 16, 2021 · 1 comment
Open
Labels
bug Something isn't working salesforce Salesforce integration

Comments

@bmblb
Copy link

bmblb commented Apr 16, 2021

Reported here: https://www.bryntum.com/forum/viewtopic.php?f=44&t=1723

Issue is that when we drag event out of the first scheduler it gets appended to the body element. It should not get past LWC root element.
изображение

@bmblb bmblb added bug Something isn't working salesforce Salesforce integration labels Apr 16, 2021
@bmblb bmblb self-assigned this Apr 16, 2021
@bmblb
Copy link
Author

bmblb commented Apr 16, 2021

Applying this patch to DragBase#onPaint doesn't really help. Code does not throw exceptions anymore, but drag also doesn't finish successfully.

dragWithin                                : constrainDragToTimeline ? null : DomHelper.getRootElement(client.element),

@bmblb bmblb removed their assignment Mar 22, 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 salesforce Salesforce integration
Projects
None yet
Development

No branches or pull requests

1 participant