Opened 14 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&amp;body=text">mail@example.com</a>

CKEditor shows the complete link, which simply looks bad:

<a href="mailto:mail@example.com?subject=hello&amp;body=text">mailto:mail@example.com?subject=hello&amp;body=text</a>

Steps to reproduce

  1. In a CKEditor click the link tool (not highlighting any text)
  2. Select link type 'Email'
  3. Enter email address, message subject & message body
  4. click Ok - the code shows. FCKEditor only shows the email address when these setting are entered.

Attachments (1)

5736.patch (1.5 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Garry Yao

Attachment: 5736.patch added

comment:1 Changed 14 years ago by Garry Yao

Component: GeneralUI : Dialogs
Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned

comment:2 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

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.

comment:4 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: assignedclosed

Fixed with [5662]

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