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

Fix reordering for KDE, and dragging to the end #2729

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant