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

[Enhancement] Drag parent onto child #3538

Closed
UnePierre opened this issue Apr 30, 2024 · 2 comments
Closed

[Enhancement] Drag parent onto child #3538

UnePierre opened this issue Apr 30, 2024 · 2 comments

Comments

@UnePierre
Copy link

Abstract

Steps to see the situation

  1. Start Firefox with clean profile.
  2. Install TST.
  3. Open several tabs in a small tree
  4. Try to drag&drop the parent (A) of a tree onto one of its offspring.
A (selected)
\- B
|\- B1 (drag here)
\- C

Expected result

B
\- B1
|\- A
\- C
  1. The selected parent (A) should move and become a child of the offspring it was dragged onto (B1).
  2. Another node becomes the parent; possibly the one that would get this position, when the parent was to be closed (B in the example).

This would also exchange the two nodes in a mini-tree (single-mom with only child) in a single action, which was my motivating example.

Actual (present) result

  1. Nothing happens.

Environment

  • Platform (OS): Windows10 x64
  • Version of Firefox: 125.0.2 (32-Bit)
  • Version (or revision) of Tree Style Tab: 3.9.19
@piroor
Copy link
Owner

piroor commented May 7, 2024

I've implemented this behavior experimentally. I'll decide to activate it by default or not after more dogfooding.

Copy link

This issue has been closed due to no response within 14 days after labeled as "fixed", 7 days after last reopened, and 7 days after last commented.

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

No branches or pull requests

2 participants