Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.25
-
None
-
None
-
Easy
-
N/A
-
N/A
-
Pull Request accepted
-
Description
Steps to reproduce:
- In ckeditor click on the link button (or hit Ctrl+L)
- In the second field of the pop-up select Mail Address
- Click on Options to expand the last two fields and complete them with texts containing spaces and click OK
- Save and view
Expected result:
A link that when you click on the mail client will open up with the Subject and Body pre-filled
Actual result:
Although the messages are pre-filled, instead of spaces the words are separated by the sigh "+"
This can be seen in wiki mode as well where the spaces should be encoded as "%20" instead of "+".
Additional information:
This is a result of a jquery bug that was fixed in a later version that XWiki uses.
issue can be seen here: https://github.com/jquery/jquery/issues/2658