Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #182449 : Pressing Shift re-enables webview during Drag and Dro…
…p Events (#209211) * added shift key listener to re-enable drag events for webview #182449 * adding drag and drag over listeners to webview iframe(s) updating html hash adding shift release listener to drag and drag over events adding new custom drag event handler to allow event bubbling adding new event types correcting comment: removing drag over listener from drag monitor since we are converting this to drag events making webview drag monitor stateful and adding missing events to iframe dom html file Revert "Merge remote-tracking branch 'microsoft/main' into swordensen" This reverts commit 47e3877, reversing changes made to 8f71927. Revert "making webview drag monitor stateful and adding missing events to iframe dom html file" This reverts commit 8f71927. Revert "removing drag over listener from drag monitor since we are converting this to drag events" This reverts commit bfae5f1. Revert "correcting comment:" This reverts commit 696facb. Revert "Merge branch 'main' into main" This reverts commit 78ed36c, reversing changes made to 7b96d0e. Revert "adding new event types" This reverts commit 7b96d0e. Revert "adding new custom drag event handler to allow event bubbling" This reverts commit 39971e0. Revert "adding shift release listener to drag and drag over events" This reverts commit 4f5d9e8. Revert "updating html hash" This reverts commit 6a474cb. Revert "adding drag and drag over listeners to webview iframe(s)" This reverts commit 6688ec6. adding harmless change to see if this causes smoketests and integration tests to fail adding sha hash Revert "adding sha hash" This reverts commit 830baa8. Revert "adding harmless change to see if this causes smoketests and integration tests to fail" This reverts commit ceb55f9. Revert "Revert "adding drag and drag over listeners to webview iframe(s)"" This reverts commit 1baf483. Revert "Revert "adding shift release listener to drag and drag over events"" This reverts commit 40bc29c. Revert "Revert "adding new custom drag event handler to allow event bubbling"" This reverts commit 44f4fda. Revert "Revert "adding new event types"" This reverts commit 67f1aaa. removing internal drag listener removing types. Maybe it's causing build issues? renaming drag event to WebviewDragEvent to avoid collision with native DragEvent type resolving conflict with correcting comment Revert "Revert "Merge branch 'main' into main"" This reverts commit 1a4d711. Revert "Revert "Merge branch 'main' into main"" This reverts commit 8520787. resolving conflict Revert "resolving conflict" This reverts commit c5b3f7f. Revert "Merge remote-tracking branch 'microsoft/main' into swordensen" somehow i got assigned these changes in the process of unreverting my merges fix: serialization of newline characters removing console log forgot the security hash when removing console log * updating sha
- Loading branch information