Changes between Initial Version and Version 1 of Ticket #10940, comment 1


Ignore:
Timestamp:
Oct 3, 2013, 2:36:39 PM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10940, comment 1

    initial v1  
    33* In IE it is possible to remove BR (CKE and native)
    44* In Blink and Webkit whole element gets removed (CKE and native)
    5 * In FF this is complicated. In native code whole span gets removed but in editor (starting from CKE 3.5.1) pressing delete when having cursor in line with BR causes nothing. Elements path is changing to BODY P BR and it is impossible to remove Span. **This IMO is the only thing that can be considered a bug**.[[BR]] If you put cursor in Span, elements path will show BODY P SPAN. Press Up and Down arrow to get out of SPAN boundaries and press backspace. It then works. This is no editor bug but FF weird feature.
     5* In FF this is complicated. In native code whole span gets removed but in editor (starting from CKE 3.5.1) pressing delete when having cursor in line with BR causes nothing. Elements path is changing to BODY P BR and it is impossible to remove Span. **This IMO is the only thing that can be considered a bug**.[[BR]] If you put cursor in SPAN, elements path will show BODY P SPAN. Press Up and Down arrow to get out of SPAN boundaries and press backspace. It then works. Please note this is no editor bug but FF weird feature.
    66
    77{{{
     
    1010        <span contenteditable="false">test</span></p>
    1111}}}
     12
     13
     14----
     15**UPDATE:**[[BR]]
     16
     17After disscussing this with @Reinmar I will confirm this issue.
     18
     19**TC:**
     201. Insert below code
     21{{{
     22<p>
     23        <br />
     24        <span contenteditable="false">test</span></p>
     25}}}
     262. Put cursor in first line and press delete
     273. Cursor dissapears, elements path shows you are inside BR and you have to click in content area again.
     28
     29Problem can only be reproduced in Firefox from CKEditor 3.5.1 rev. [6373]
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy