Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Damage issues when ending drag-and-drop #3568

Closed
emersion opened this issue Feb 4, 2019 · 0 comments
Closed

Damage issues when ending drag-and-drop #3568

emersion opened this issue Feb 4, 2019 · 0 comments
Labels
bug Not working as intended
Milestone

Comments

@emersion
Copy link
Member

emersion commented Feb 4, 2019

  1. Open Nautilus
  2. Perform drag-and-drop
  3. Drag icon isn't damaged when unmapped

We're probably missing the unmap signal in wlroots.

@emersion emersion added the bug Not working as intended label Feb 4, 2019
@emersion emersion added this to the 1.0 milestone Feb 15, 2019
emersion added a commit to emersion/wlroots that referenced this issue Feb 18, 2019
This commit makes sure surface->mapped is true when the unmapped event is
emitted. This is necessary because listeners can only damage surfaces that are
mapped. This is similar to the fact that the destroy event is emitted before
any destruction is actually made.

Fixes swaywm/sway#3568
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended
Development

No branches or pull requests

1 participant