forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1622107 [Wayland] Reset Drag and Drop operation when compositor f…
…ails to cancel it, r=jhorak This is a workaround for https://gitlab.gnome.org/GNOME/mutter/-/issues/1658 Wayland compositor sometimes fails to send wl_data_source::cancelled() so we don't get info that the D&D is finished and it's still marked as active internally which preverts Firefox to do any further D&D operation. In the patch we detect such scenario and reset internal D&D state. Differential Revision: https://phabricator.services.mozilla.com/D106266
- Loading branch information
Showing
2 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters