Unity Issue Tracker - HTML Drag and Drop API stops working when Cursor.lockState changes on Firefox in a WebGL Standalone Build
Closed
UUM-113452
HTML Drag and Drop API stops working when Cursor.lockState changes on Firefox in a WebGL Standalone Build
Unity: Web Platform
Won't Fix
6.5.X
6.4.X
6.3.X
6.2.X
6.1.X
6.0.X
6000.1 is no longer supported
How to reproduce:
1. Open the project “IN-109258_DragAndDrop”
2. File → Build and Run
3. Open the localhost link to the built project on Mozilla Firefox
4. Drag and drop any file into the built project
5. Click on the inside of the built project and then click again
6. Press ESC to leave the locked cursor state
7. Drag and drop any file into the built project
9. Observe the Developer Console inside of the build
Expected result: The Developer Console prints out two blob names of the files dragged and dropped
Actual result: The Developer Console prints out only one blob name of the file dragged and dropped before locking the Cursor