Ticket #4963 (closed Bug: fixed)
Link dialog doesn't open properly for e-mail links
| Reported by: | fredck | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.2 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | Confirmed Review+ | Cc: |
Description
- Load the following HTML:
<p>Click <a href="mailto:me@example.com">here</a> to send me a message.</p>
- Open the dialog for the link.
The "Link Type" field will be "URL" instead of "E-mail".
Attachments
Change History
comment:1 Changed 3 years ago by garry.yao
- Keywords Review? added
- Owner set to garry.yao
- Status changed from new to assigned
Re-organize the link parsing logic from the following aspects:
- Specific URI types (anchor, email) should be places in front of generic types (url);
- URI in form of 'javascript:' could be an protected type, which should be pre-processed.
Note: See
TracTickets for help on using
tickets.
