-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Make it possible to use drag and drop in a webview #8794
Copy link
Copy link
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededwebviewWebview issuesWebview issues
Milestone
Description
- VSCode Version: 1.3.0-insider
- OS Version: windows7
Steps to Reproduce:
- Download My extension: https://github.com/f111fei/test-files/raw/master/webview-test-0.0.1.vsix
- Run command
Hello Webviewto open my webview.
Problem:
- Drag Button into TextArea. Dragfeedback overlay will prevent my dragging action.
- Typing some text in the textarea. Use
Ctrl+Ato select all, Nothing happen.
Reason
- see https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/electron-browser/window.ts#L91, the default drag handler is prevented.
- see https://github.com/Microsoft/vscode/blob/master/src/vs/platform/keybinding/browser/keybindingServiceImpl.ts#L380,
selectAllhandler is prevented.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededwebviewWebview issuesWebview issues
