#13880 closed Bug (invalid)
Link url encode does not work
Reported by: | Alexander Semion | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- select some text and press 'link' button
- upload file with name like 'опять двойка.jpg' using ckfinder
- attach this file to link
- save
Expected result
link should have source like <a href="%D0%BE%D0%BF%D1%8F%D1%82%D1%8C+%D0%B4%D0%B2%D0%BE%D0%B9%D0%BA%D0%B0.jpg">link</a>
Actual result
link have source like <a href="опять двойка.jpg">link</a>
Other details (browser, OS, CKEditor version, installed plugins)
tested: chrome/firefox/ie linux/windows CKEDITOR.env.version 537 CKEDITOR.version "4.4.5"
Attachments (1)
Change History (4)
comment:1 Changed 9 years ago by
Keywords: | link encode removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 4.4.5 |
Changed 9 years ago by
Attachment: | image dialog.png added |
---|
comment:2 Changed 9 years ago by
We have captured screencast for you to understand the bug.
It is not bug with UTF-8.
Please watch this: https://drive.google.com/file/d/0B8bXFYlOh9X_Y0hSVnItbGd0djNvd2I3LWlvbVEycnZUelZz/view?usp=sharing
comment:3 Changed 9 years ago by
Thank you for clarification. I have been checking this issue in CKFinder 2.5.1 where it works. In CKFinder 3.x this is in a problem in deed.
This is CKFinder issue so this ticket is still invalid. We have reported that issue on CKFinder private repository and will have it fixed in the next CKFinder release.
I have tested your file name with CKEditor+CKFinder.
When I uploaded the file in CKFinder and selected the file, URL looks as expected. Please see attached file (NOTE - space is %20 and not +).
I'm sorry but I can't confirm your issue.
NOTE: Please make sure that you are using UTF-8 across your application (html pages, server-side and data base) just in case.