Closed (fixed)
Project:
Web Links
Version:
6.x-2.3
Component:
Testing
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jun 2010 at 05:38 UTC
Updated:
14 Jul 2015 at 08:14 UTC
Jump to comment: Most recent
Comments
Comment #1
jfbordelon commentedThe editor in wysig mode automatically inserts paragraph tags in the URL field. The work around we found was to switch to the plain text editor, eliminate the paragraph tags, and save. Somewhat cumbersome for novice users. This should be fixed.
Comment #2
HJulien commentedI am getting this error too. I can certainly switch to plain text and remove the tags but users? They wouldn't have a clue what to do when they encounter this error.
Is there a way to set this to plain text for weblinks only? I have been searching through CKEditor but can't see how to do it. I tried Better Formats and set that content type to plain text but that doesn't work either. What am I missing?
Comment #3
jonathan1055 commentedJust picked this old issue at random as part of cleaning up our issue queue.
I've tested this on 6.x and 7.x and it appears to be fixed now. On 6.x both with and without CKEditor the problem does not happen. On 7.x the input filter for the URL field is set to plain text, so CKEditor does not alter the text area. Line breaks are not inserted and the error
message is not produced.
Marking this fixed as there has been plenty of code improvements in the last three years, so somewhere this got corrected.
Comment #4
GStegemann commentedYes, I have the same impression. I couldn't reproduce the error neither.
Thanks.