-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.X EE, 6.1.X EE, 6.2.0 CE RC2
-
Fix Version/s: 6.0.X EE, 6.1.X EE, 6.2.0 CE RC3
-
Component/s: Comments, Wiki, ~ [Archived] Collaboration, ~ [Archived] Frontend Infrastructure
-
Branch Version/s:6.1.x, 6.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
1. Log into Portal as an administrator
2. Add the Wiki Portlet
3. Create a wiki
4. Add a comment with a URL that is greater than 80 characters long. See note below for an example
5. Save
6. Copy the link text to the clipboard
7. Paste it into a new browser tab and Go
Expected result: The user is located to the page in the clipboard
Actual result: 404
This is due to the soft hypen that is added, caused by LPS-11579
*NOTE: this URL is longer than 80 characters: https://www.evernote.com/shard/s311/sh/14848573-85be-4833-a293-5cc42c4604ca/3fc537d754fab64966ba50347de9a951
I believe that we can use http://caniuse.com/#feat=word-break now...