#3884: Empty href attribute values are created twice
---------------------+------------------------------------------------------
 Reporter:  damo     |       Owner:              
     Type:  Bug      |      Status:  new         
 Priority:  Normal   |   Milestone:  CKEditor 3.0
Component:  General  |     Version:              
 Keywords:  IBM      |  
---------------------+------------------------------------------------------
 To reproduce: [[BR]]
 1. Open nightly sample [[BR]]
 2. Go to source and add a link with one empty href attribute [[BR]]
 {{{
 <a href="" name="myLink">The link</a>
 }}}

 Result: [[BR]]
 When going back to RT mode and then back to source, a second href
 attribute is added. This breaks the XML rule of one attribute name per
 element.
 {{{
 <a href="" href="" name="myLink">The link</a>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3884>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to