Ticket #5736 (closed Bug: fixed)
Default "mailto" links look ugly
| Reported by: | wwalc | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.4 |
| Component: | UI : Dialogs | Version: | 3.0 |
| Keywords: | Confirmed Review? | Cc: |
Description
When creating link to an email address, FCKeditor showed only email address:
<a href="mailto:mail@example.com?subject=hello&body=text">mail@example.com</a>
CKEditor shows the complete link, which simply looks bad:
<a href="mailto:mail@example.com?subject=hello&body=text">mailto:mail@example.com?subject=hello&body=text</a>
Steps to reproduce
- In a CKEditor click the link tool (not highlighting any text)
- Select link type 'Email'
- Enter email address, message subject & message body
- click Ok - the code shows. FCKEditor only shows the email address when these setting are entered.
Attachments
Change History
comment:1 Changed 3 years ago by garry.yao
- Status changed from new to assigned
- Keywords Review? added
- Component changed from General to UI : Dialogs
- Owner set to garry.yao
Note: See
TracTickets for help on using
tickets.
