Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KWin KWin
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 55
    • Issues 55
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 151
    • Merge requests 151
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • KWinKWin
  • Merge requests
  • !2986

wayland: Fix drag-and-drop in firefox

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Vlad Zahorodnii requested to merge work/zzag/wayland-fix-firefox-drag-and-drop into master Sep 21, 2022
  • Overview 5
  • Commits 1
  • Pipelines 3
  • Changes 2

Firefox does not like that wl_data_offer.source_actions is sent after the wl_data_device.enter event.

Another issue is that kwin does not send wl_data_device.leave event after drop occurs and that seems to break some state tracking code in Firefox, so the first dnd may work, but the next ones won't.

BUG: 445661

Edited Sep 21, 2022 by Vlad Zahorodnii
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/zzag/wayland-fix-firefox-drag-and-drop