Closed
Bug 1247048
Opened 10 years ago
Closed 7 years ago
The "Insert link" functionality urlencodes special characters, corrupting the given URL.
Categories
(Thunderbird :: Message Compose Window, defect, P1)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jules.sam.randolph+service.bugzilla, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20160126223146
Steps to reproduce:
→ Click "Write" from board
→ Click the text zone
→ Write some text like "TEST"
→ Select the text
→ Click on dropdown "Insert link, image..."
→ Click on "Link"
→ Copy this link in the clip board : https://app.classeur.io/#!/files/M7Uzd2WxRb8lk6spC8F5
→ Paste that link in the "Link Location" field
→ Press OK
→ Select the "TEST" text by double clicking
→ Click on "Insert" → "HTML"
Actual results:
→ You should find following HTML code :
<a href="https://app.classeur.io/#%21/files/M7Uzd2WxRb8lk6spC8F5">TEST</a>
Expected results:
→ You should have found following HTML code :
<a href="https://app.classeur.io/#!/files/M7Uzd2WxRb8lk6spC8F5">TEST</a>
→ The exclamation mark has been urlencoded to "%21".
→ Same problem when sending / saving the email. The delivered html has a broken link.
This is a serious bug!
| Reporter | ||
Updated•10 years ago
|
| Reporter | ||
Updated•10 years ago
|
Severity: normal → major
Priority: -- → P1
| Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Ok I click the link on Windows and it works. After I battle through a collection of Firefox warnings about the defective SSL security on the site and it's certificates.
I emailed the link given https://app.classeur.io/#%21/files/M7Uzd2WxRb8lk6spC8F5" to a link mint machine just to be sure, but I get exactly the same result on the Linux machine. The URL is not broken, simply encoded as it should be.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•