Changes between Initial Version and Version 3 of Ticket #674


Ignore:
Timestamp:
Aug 5, 2011, 7:06:35 AM (13 years ago)
Author:
Krzysztof Studnik
Comment:

Confirmed also for CKEditor 3.6.2Trunk, under IE, works fine under FF:

TC1

  • paste code from original ticket into CKE In source You will get:
    <ul>
    	<li>
    		<p>
    			AA</p>
    	</li>
    </ul>
    <p>
    	BB</p>
    
  • in WYSIWYG, select AA
  • Press backspace

Result

  1. Backspace, pressed once:
    <ul>
    	<li>
    		&nbsp;</li>
    	BB
    </ul>
    
  2. Press backspace, second time
    <p>
    	&nbsp;</p>
    <ul>
    	BB
    </ul>
    

TC2

  • paste
    <ul>
    	<li>	
    			AA</li>
    </ul>
    <p>
    	BB</p>
    
  • select and delete AA line

Result

<p>
	BB</p>
<ul>
</ul>

Expected

For both TC's, I expected that only separate paragraph with BB will be left (MS Word behaviour)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #674

    • Property Keywords IE added; SF removed
    • Property Version changed from to 3.0
    • Property Component changed from General to Core : Lists
    • Property Reporter changed from Martin Kou to thomaswaldmann@…
  • Ticket #674 – Description

    initial v3  
    1414with IE.
    1515
    16 Example : <ul><li><p>AA </p></li></ul><p>BB </p>. If
    17 you select the AA line and delete it, you will get
     16Example :
     17{{{
     18<ul>
     19  <li>
     20    <p>AA </p>
     21  </li></ul><p>BB </p>
     22}}}.
     23 - select the AA line and delete it
     24Result in FCK:
     25{{{
    1826<ul><li>BB </li></ul>.
    19 
     27}}}
    2028This bug was confirmed by another (non-moin) FCKeditor
    2129user, he also has seen it.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy