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

Drag/Drop pathing is being duplicated. #5678

Open
1 task done
andrewsipe opened this issue Jan 11, 2025 · 0 comments
Open
1 task done

Drag/Drop pathing is being duplicated. #5678

andrewsipe opened this issue Jan 11, 2025 · 0 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@andrewsipe
Copy link

Dupe Check

Describe the bug

When dragging a folder into the dialogue box to copy it's pathing is inconsistently copied. Sometimes it's fine, sometimes it duplicates the path.

Ex: Copy a folder from the desktop named "Stuff" expect: Users/MacintoshHD/Desktop/Stuff/ to copy but sometimes I'll be Users/MacintoshHD/Desktop/Stuff/Users/MacintoshHD/Desktop/Stuff/

Minor, but annoying when you're working with lots of changing folder locations.

To reproduce

Drag a folder into the dialogue box to copy the pathing usually works fine. However, if I have a simple script that has a path that is followed by something, that seems to create the duplication error.

For instance:
When doing cd and then drag/drop, rarely see the issue.
cd /Users/MacintoshHD/Desktop/TTF/

But if I'm trying to do something like a for/do I'll get the pathing issue when I replace the folder location with a drag/drop folder.

for file in /Users/MacintoshHD/Desktop/TTF/Users/MacintoshHD/Desktop/TTF/**/*; do
if [ -f "$file" ]; then
ftcli fix nbsp-missing "$file"
ftcli fix nbsp-width "$file
fi
done

Expected behavior

No have folder duplicate pathing location

Screenshots

No response

Operating system

MacOS

Operating system and version

MACOS 13.7.2 (22H313)

Shell Version

zsh 5.9 (x86_64-apple-darwin22.0)

Current Warp version

v0.2025.01.08.08.02.stable_04

Regression

Yes, this bug started recently or with an X Warp version

Recent working Warp date

Previous Version

Additional context

No response

Does this block you from using Warp daily?

No

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

@andrewsipe andrewsipe added the Bugs Bugs, Hangs, Crash, and Freezes label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

1 participant