#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:
- Open Ajax sample and click on link icon.
- Select link type as URL,and any prototype( for ex: http://)
- Input an URL with some blank space before it into URL field. ( www.bbc.co.uk).
- Click OK button and see that link is inserted
- 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)
Change History (7)
comment:1 Changed 13 years ago by
Component: | General → UI : Dialogs |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
Changed 12 years ago by
Attachment: | 6845.patch added |
---|
comment:3 Changed 12 years ago by
Cc: | james c added; James removed |
---|---|
Owner: | set to Sa'ar Zac Elias |
Status: | confirmed → review |
comment:4 Changed 12 years ago by
Milestone: | → CKEditor 3.6.1 |
---|---|
Status: | review → review_passed |
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6923].
Confirmed.
Redundant spaces should be removed.