Opened 15 years ago
Closed 14 years ago
#5736 closed Bug (fixed)
Default "mailto" links look ugly
Reported by: | Wiktor Walc | 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 (1)
Change History (5)
Changed 15 years ago by
Attachment: | 5736.patch added |
---|
comment:1 Changed 15 years ago by
Component: | General → UI : Dialogs |
---|---|
Keywords: | Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added; Review+ removed |
---|
I'm just holding on with the review, to avoid it reaching the 3.3.1. It'll have a R+ as soon as we release it.