Sarah Kaindl
Sarah Kaindl
We have the same issue, but it's not triggered only by dragging quickly. It happens because the dragEnd callback is not triggered, causing the `pointer-events: none` style to remain on...
I tried the fix from that PR but it doesn't solve the entire problem. Even when `isDragStarted` is true, the `pointer-events: none` style doesn't seem to be properly removed from...
Yes, but also when the dragging is cancelled. It's a part of our app that hasn't changed aside from updating the library. What I noticed yesterday is that when I...
We're not exactly sure with which version the bug first appeared (we're currently on version 16.1.0), but since I tried it with the patch #163 as well as version 16.0.0,...
I think I found the problem. Our `dndHandle` is only shown on hover, but when you add `pointer-events: none` to the parent element, the hover state automatically changes and the...
This is really a problem, considering Angular 16 only supports jest-preset-angular 13.1.1, which requires jest 29. I now cannot use the test runner with Angular 16 without the following error:...
I just tested the `waitForPageReady` function using the exact example above on a simple button component, but it fails consistently with the following timeout error: "Exceeded timeout of 15000 ms...
I agree, I feel like the custom-defined preset colors should always be shown and not conflict with a very short list of available slots for additional user-defined colors. Any chance...