#3796: Anchors are not always editable
-----------------------+----------------------------------------------------
 Reporter:  fredck     |       Owner:                
     Type:  Bug        |      Status:  new           
 Priority:  Normal     |   Milestone:  CKEditor 3.0  
Component:  General    |     Version:  SVN (CKEditor)
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 1. Load the following HTML:

 {{{
 <p><a name="Test" title="The Title"></a></p>
 }}}

  2. Right click the anchor and select "Edit Anchor". (The "Name" field
 will be empty in the dialog)

  3. Type a new name, like "Changed".

 In source view you will find the following, indicating that the element
 has been totally replaced:

 {{{
 <p><a name="Changed"></a></p>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3796>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to