Opened 14 years ago

Closed 14 years ago

#4963 closed Bug (fixed)

Link dialog doesn't open properly for e-mail links

Reported by: Frederico Caldeira Knabben Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.2
Component: General Version: SVN (CKEditor) - OLD
Keywords: Confirmed Review+ Cc:

Description

  1. Load the following HTML:
<p>Click <a href="mailto:me@example.com">here</a> to send me a message.</p>
  1. Open the dialog for the link.

The "Link Type" field will be "URL" instead of "E-mail".

Attachments (1)

4963.patch (5.5 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Garry Yao

Attachment: 4963.patch added

comment:1 Changed 14 years ago by Garry Yao

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

Re-organize the link parsing logic from the following aspects:

  1. Specific URI types (anchor, email) should be places in front of generic types (url);
  2. URI in form of 'javascript:' could be an protected type, which should be pre-processed.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed
Version: 3.1SVN (CKEditor)

Fixed with [5014].

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