You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: