Changes between Initial Version and Version 2 of Ticket #7289


Ignore:
Timestamp:
Mar 11, 2011, 9:44:47 AM (13 years ago)
Author:
Krzysztof Studnik
Comment:

Confirmed since CKE v3.0
Empty paragraph in WYSIWYG mode could be visually selected and removed

  • set caret in empty paragraph
  • select paragraph using SHIFT+right cursor key
  • press Delete on keyboard

As a result, paragraph is "deleted", but after switching into source mode, it is still there.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7289

    • Property Keywords IBM added
    • Property Cc satya_minnekanti@… added
    • Property Version changed from to 3.0
    • Property Status changed from new to confirmed
  • Ticket #7289 – Description

    initial v2  
    44
    551. Switch to source mode and insert the following code:
    6 
     6{{{
    77<p>&nbsp;</p>
    88<table border="1" cellpadding="1" cellspacing="1" style="width: 500px; ">
    9 <tbody>
    10 <tr><td>&nbsp;</td></tr>
    11 </tbody>
     9  <tbody>
     10   <tr><td>&nbsp;</td></tr>
     11  </tbody>
    1212</table>
    1313<p>&nbsp;</p>
    14 
     14}}}
    15152. Switch back to wysiwyg. Now there's an empty paragraph at the top which can't be removed in the wysiwyg mode, as far as I can tell. Can't get rid of it using delete or backspace.
    1616
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy