8.1 HTML5 drag & drop not working on Windows 10 in some browsers
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 717
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 3
Description
Tested with 8.1.0rc1, 8.1.0 and 8.1.3 in Windows 10
Dragging works normally in Edge
Dragging doesn't work in Chrome, Firefox or IE11
the "draggable" property isn't found in DOM in the cases where it doesn't work
Reason is probably DragSourceExtensionConnector, where the extend method calls BrowserInfo.get().isTouchDevice() (have not verified)
Sample project:
drag-and-drop.zip
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked drag-and-drop sample project and reproduce the failure in Chrome, Firefox, and IE11 on Windows 10. Inspect DragSourceExtensionConnector.extend and the BrowserInfo.get().isTouchDevice() check; done means the draggable property is present and dragging works in the affected browsers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, java
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100