Changes between Initial Version and Version 1 of Ticket #5986


Ignore:
Timestamp:
Jul 20, 2010, 12:22:21 PM (14 years ago)
Author:
Frederico Caldeira Knabben
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5986 – Description

    initial v1  
    1 1. go to ckeditor.com/demo
    2 2. set the 'source' to
     1 1. go to ckeditor.com/demo
     2 2. set the 'source' to
    33{{{
    44<p>
    55        <a href="foo">I am a link</a></p>
    66}}}
    7 3. return to wysiwyg mode
    8 4. place the cursor immediately before the 'l' in 'link'
    9 5. press enter
    10 6. press backspace
    11 7. view source
    12    [expected]:  The source is relatively unaltered: there's only one link.
    13    [actual] there are two links:
     7 3. return to wysiwyg mode
     8 4. place the cursor immediately before the 'l' in 'link'
     9 5. press enter
     10 6. press backspace
     11 7. view source
     12
     13[expected]:  The source is relatively unaltered: there's only one link.
     14
     15[actual] there are two links:
     16
    1417{{{
    1518<p>
     
    1720}}}
    1821
    19 
    20 
    2122Some more info:
    2223Pressing 'enter' the first time breaks the links apart.  I would consider this a bug, but the behavior is somewhat reasonable.  Pressing 'backspace' removes the break and the links are now adjacent.  The expected behavior here is that the links have rejoined, since the "backspace" logically has undone the action of pressing "enter".
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy