Bug 64959 - Copy Link Location does not escape space character in URL
Summary: Copy Link Location does not escape space character in URL
Status: RESOLVED DUPLICATE of bug 63440
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: RedHat Enterprise Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 06:22 UTC by kdebugs
Modified: 2003-09-27 00:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kdebugs 2003-09-26 06:22:49 UTC
Version:            (using KDE KDE 3.1.3)
Installed from:    RedHat RPMs
OS:          Linux

If I have a URL on the page such as:
mydomain.com/Pictures%20Of%20My%20Wedding

If I select Copy Link Location from the context menu, what is copied is:
mydomain.com/Pictures Of My Wedding

Then, when I paste this to other applications, this is cause for trouble -- for example if I paste to an email, all email readers would truncate the URL at the first space, thus the email recipient will not be able to open the link (unless he knows that he can paste the rest of the worlds to the location bar, which is not always obvious).

Same happens when copying URL from Location bar.

Testing in Mozilla, it keeps the URL properly encoded with %20. Even better, if the HTML is <a href="hello world"> it will still paste hello%20world.

This may or may not be a problem with other special characters as well, have not tested for those.
Comment 1 Thiago Macieira 2003-09-27 00:18:05 UTC
I still don't know where the other bug report is... 

*** This bug has been marked as a duplicate of 63440 ***