Ticket #2397 (new Bug)

Opened 20 months ago

Last modified 7 months ago

"Open Link" is not working for e-mail and anchor links

Reported by: fredck Owned by:
Priority: Normal Milestone: CKEditor 3.x
Component: General Version: 3.0 Beta 2
Keywords: Confirmed Cc:

Description

  1. Load the following HTML:
<p>Link to <a href="javascript:location.href='mailto:'+String.fromCharCode(117,115,101,114,64,101,120,97,109,112,108,101,46,99,111,109)+'?'">email</a></p>
<p>Link to&nbsp;<a href="#Test">anchor</a>&nbsp;<a name="Test"></a></p>
  1. Right-click on both links and choose "Open Link".

For e-mails, a 404 happens. It should properly open the e-mail link instead.

For anchors, the "Open Link" option should not be available.

Confirmed with FF3 and IE7.

Change History

Changed 12 months ago by fredck

  • milestone changed from CKEditor 3.0 to CKEditor 3.x

Changed 7 months ago by alfonsoml

  • version changed from SVN (FCKeditor) to CKEditor 3.0 Beta 2
Note: See TracTickets for help on using tickets.