Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#6845 closed Bug (fixed)

entering a blank before URL in the URL field is breaking the link

Reported by: Satya Minnekanti Owned by: Sa'ar Zac Elias
Priority: Normal Milestone: CKEditor 3.6.1
Component: UI : Dialogs Version: 3.0
Keywords: IBM Cc: Damian, joek, james, c

Description

To reproduce the defect:

  1. Open Ajax sample and click on link icon.
  1. Select link type as URL,and any prototype( for ex: http://)
  1. Input an URL with some blank space before it into URL field. ( www.bbc.co.uk).
  1. Click OK button and see that link is inserted
  1. Remove the Editor and verify that the link is shown on the page.

Expected Result:

Link should be shown on the page with blank removed before the URL and link should work.

Actual Result:

Link is removed and a text is shown like this http:// www.bbc.co.uk.

Attachments (1)

6845.patch (635 bytes) - added by Sa'ar Zac Elias 13 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 13 years ago by Krzysztof Studnik

Component: GeneralUI : Dialogs
Status: newconfirmed
Version: 3.0

Confirmed.

<p>
	<a href="http:// google.com">http:// google.com</a></p>

Redundant spaces should be removed.

comment:2 Changed 13 years ago by Damian

Can we target this for a milestone?

Changed 13 years ago by Sa'ar Zac Elias

Attachment: 6845.patch added

comment:3 Changed 13 years ago by Sa'ar Zac Elias

Cc: james c added; James removed
Owner: set to Sa'ar Zac Elias
Status: confirmedreview

comment:4 Changed 13 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.6.1
Status: reviewreview_passed

comment:5 Changed 13 years ago by Sa'ar Zac Elias

Resolution: fixed
Status: review_passedclosed

Fixed with [6923].

comment:6 Changed 13 years ago by Krzysztof Studnik

Related issue #7990

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy