You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After writing some code in ace editor, when we are dragging the the text that is written, it properly being dragged but along with that we are getting e.dataTransfer is null and reporting to sentry.
We are getting this error only in firefox
Expected Behavior
Error should not be caused
Current Behavior
Getting error as e.dataTransfer is null
Reproduction Steps
Even in ace editor as well we are getting this issue.
I'm not familiar with this feature. How do you drag the code? If I select code, and then try to drag it, it simply starts a new selection. Even if I set draggable=true in the HTML element that has Ace.
Can you provide a fully reproducible code snippet?
In any case, the error is probably coming from this place:
Describe the bug
After writing some code in ace editor, when we are dragging the the text that is written, it properly being dragged but along with that we are getting e.dataTransfer is null and reporting to sentry.
We are getting this error only in firefox
Expected Behavior
Error should not be caused
Current Behavior
Getting error as e.dataTransfer is null
Reproduction Steps
Even in ace editor as well we are getting this issue.
https://mkslanc.github.io/ace-playground/#hello-world
Write some code, select it and drag it
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
1.33.0 / Firefox / Ubuntu
The text was updated successfully, but these errors were encountered: