Skip to content

Conversation

hirak99
Copy link

@hirak99 hirak99 commented Mar 10, 2025

Before submitting your pull request

  • I agree to license my code under the MPL 2.0 license.
  • I rebased my work on top of the main branch.
  • I ran npm test and all tests passed.
  • I added test coverages if relevant.

Description

Please include a summary of the changes including relevant motivation and context.

Fixes #2705 -

The drag-drop API does not work on this extension under KDE. Switching over to mouse events retains this ability, and works under KDE. Note: I have note tested outside KDE.

Fixes #2665 -

In addition, this also fixes the issue of moving to the end.

Demo video -

screencast_multi_user_container_reorder_fix.mp4

Type of change

Select all that apply.

  • Bug fix
  • New feature
  • Major change (fix or feature that would cause existing functionality to work differently than in the current version)

Tag issues related to this pull request:

#2705, #2665

Fixes mozilla#2705 -

The drag-drop API does not work on this extension under KDE.
Switching over to mouse events retains this ability, and works under KDE.
Note: I have note tested outside KDE.

Fixes mozilla#2665 -

In addition, this also fixes the issue of moving to the end.
Copy link
Contributor

@ranjan-purbey ranjan-purbey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that elements inside web-extension popup windows do not receive dragover or drop events in firefox running in a KDE wayland session. So using mouse events as a workaround seems good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drag and drop to rearrange containers is not working on Linux, KDE Containers cannot be moved directly to last position
2 participants