mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[GH-ISSUE #185] File drag & drop does not work correctly if the path has a plus (+) sign in it. #75
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ismail-yilmaz on GitHub (Jan 20, 2024).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/185
This happens on Linux + GTK, with the latest builds.
Here is an example:
Expected:
/home/user/upp/.config/u++/umk/GCC.bmActual result:
/home/user/upp/.config/u /umk/GCC.bmSee:
CtrlCore/GtkClip.cpp:370@mirek-fidler commented on GitHub (Jan 26, 2024):
Looks like it is not urlencoded after all... Decoding removed.
@ismail-yilmaz commented on GitHub (Feb 5, 2024):
Works fine. Thanks.
@ismail-yilmaz commented on GitHub (Aug 18, 2024):
I'm afraid I have to reopen this issue.
It seems that Gnome/GTK does encode and decode url's with (non ASCII) unicode code points. It only doesn't encode/decode the plus sign in paths (I don't know why). And this -naturally- appears to be a problem only with
GetClipFiles()andGetFiles()functions.