Ticket #4886 (closed Bug: fixed)
Extra line break inside of created links
| Reported by: | wwalc | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.2 |
| Component: | General | Version: | 3.0 |
| Keywords: | IBM Confirmed Review+ | Cc: | jkavanag@… |
Description
When creating links, CKEditor adds <br /> inside of the <a> tag. Confirmed in FF, Safari and Opera.
Steps to reproduce
- go to http://ckeditor.com/demo
- press "Ctrl + A" and then "Del" to delete all contents
- click on the "Link" button, type some url, like ckeditor.com
- result:
<p> <a href="http://ckeditor.com">http://ckeditor.com<br /> </a></p>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

