Changes between Initial Version and Version 2 of Ticket #9093


Ignore:
Timestamp:
Jul 9, 2012, 1:57:41 PM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9093

    • Property Status changed from new to confirmed
    • Property Version changed from 3.6.4 (SVN - trunk) to 3.0
  • Ticket #9093 – Description

    initial v2  
    1010Expected content: {{{<p>aaa</p><p>&nbsp;</p><p>^&nbsp;</p><p>ccc</p>}}}
    1111
    12 Actual: Ok on Firefox, ok on IE8, broken on Chrome and Opera - they only removes content of paragraph, without creating new one.
     12Actual: Ok on Firefox, ok on IE, Visually broken on Chrome and Opera. They remove content of paragraph and create new one but this new paragraph is not visible (See image). Only after you switch to source and back second paragraph is visually added.
    1313
    14 == TC2 (Webkit only) ==
     14
     15
     16== TC2 ==
    1517
    1618Steps as in TC1. but select with EOL preceding second paragraph.
    1719
    18 Expected: EOL is selected, so delete it with the content (move caret to {{{<p>aaa^</p>}}} and then create new paragraph.
     20Expected: EOL is selected, so delete it with the content (move caret to {{{<p>aaa^</p>}}} and then create new paragraph. I’m not sure why but this can be reproduced in all browsers – Just select {{{a bbb}} and press SHIFT+right arrow.
    1921
    2022Expected content: {{{<p>aaa</p><p>^&nbsp;</p><p>ccc</p>}}}
    2123
    22 Actual: Accidentally it works like this now, but that's probably caused by incorrect TC1 handling, so shouldn't be fixed with it.
     24Actual: Visually it works in all browsers but if you switch to source and back you will see that new extra paragraph is added. All browsers delete contents of existing paragraph and add new one (Can be checked with E.g. Firebug) but it is only visible when switching to source and back.
    2325
    2426== TC3 (Webkit only) ==
     
    2628Steps as in TC1. but select with EOL succeeding second paragraph.
    2729
    28 Expected: EOL is selected, so delete it with the content (move caret to {{{<p>^ccc</p>}}} and then create new paragraph.
     30Expected: EOL is selected, so delete it with the content (move caret to {{{<p>^ccc</p>}}} and then create new paragraph. I’m not sure why but this can be reproduced in all browsers – Just select {{{a bbb}} and press SHIFT+right arrow.
    2931
    3032Expected content: {{{<p>aaa</p><p>&nbsp;</p><p>^ccc</p>}}}
    3133
     34Actual: Visually it works in all browsers but if you switch to source and back you will see that new extra paragraph is added. All browsers delete contents of existing paragraph and add new one (Can be checked with E.g. Firebug) but it is only visible when switching to source and back.
     35
    3236== TC4 ==
    3337
    34 I've got completely ridiculous results (opposite to manual testing) when running these TCs:
     38I've got the following results when running these TCs (The same as for manual tests):
    3539
    3640{{{
     
    6165        assert.areSame( '<p dir="rtl">&nbsp;</p><p dir="rtl">&nbsp;</p><p dir="rtl" id="target">bar</p>', bot.getData( false, true ) );
    6266}
    63 }}}
     67}}} 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy