Changes between Initial Version and Version 1 of Ticket #9985


Ignore:
Timestamp:
Jan 25, 2013, 8:36:06 AM (11 years ago)
Author:
Jakub Ś
Comment:

Problem can be reproduced in Webkit browsers from CKEditor 3.3.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9985

    • Property Status changed from new to confirmed
    • Property Keywords Webkit added
    • Property Version changed from 4.0.1 to 3.3
  • Ticket #9985 – Description

    initial v1  
    22
    33Steps to reproduce:
    4 
    541. Go to full demo (http://ckeditor.com/demo#full)
    65
    762. Edit source to replace existing with the following: (this was originally manually typed into the editor)
    8 
     7{{{
    98<p>This is the first sentence.</p>
    109
    1110<p>This is a sentence with an&nbsp;<input name="input" type="text" /> in the middle.</p>
    12 
     11}}}
    13123. Leave source view and put the cursor at the end of the first sentence.
    1413
    15144. On windows, hit the DEL key or on a Mac, use FN+DELETE to get a delete rather than a backspace.
    1615
    17 Expected:
     16Expected:[[BR]]
     17The paragraphs should be combined, like this:
     18{{{
     19<p>This is the first sentence.This is a sentence with an&nbsp;<input name="input" type="text" /> in the middle.</p>
     20}}}
    1821
    19 The paragraphs should be combined, like this:
    20 
    21 <p>This is the first sentence.This is a sentence with an&nbsp;<input name="input" type="text" /> in the middle.</p>
    22 
    23 Actual:
    24 
     22Actual: [[BR]]
    2523The input box and contents afterward are removed:
    26 
     24{{{
    2725<p>This is the first sentence.<span style="line-height: 1.6em;">This is a sentence with an&nbsp;</span></p>
    28 
    29 
     26}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy