Changes between Initial Version and Version 2 of Ticket #9093
- Timestamp:
- Jul 9, 2012, 1:57:41 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9093
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
3.6.4 (SVN - trunk)
to3.0
-
Property
Status
changed from
-
Ticket #9093 – Description
initial v2 10 10 Expected content: {{{<p>aaa</p><p> </p><p>^ </p><p>ccc</p>}}} 11 11 12 Actual: Ok on Firefox, ok on IE 8, broken on Chrome and Opera - they only removes content of paragraph, without creating new one.12 Actual: 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. 13 13 14 == TC2 (Webkit only) == 14 15 16 == TC2 == 15 17 16 18 Steps as in TC1. but select with EOL preceding second paragraph. 17 19 18 Expected: EOL is selected, so delete it with the content (move caret to {{{<p>aaa^</p>}}} and then create new paragraph. 20 Expected: 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. 19 21 20 22 Expected content: {{{<p>aaa</p><p>^ </p><p>ccc</p>}}} 21 23 22 Actual: Accidentally it works like this now, but that's probably caused by incorrect TC1 handling, so shouldn't be fixed with it.24 Actual: 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. 23 25 24 26 == TC3 (Webkit only) == … … 26 28 Steps as in TC1. but select with EOL succeeding second paragraph. 27 29 28 Expected: EOL is selected, so delete it with the content (move caret to {{{<p>^ccc</p>}}} and then create new paragraph. 30 Expected: 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. 29 31 30 32 Expected content: {{{<p>aaa</p><p> </p><p>^ccc</p>}}} 31 33 34 Actual: 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 32 36 == TC4 == 33 37 34 I've got completely ridiculous results (opposite to manual testing) when running these TCs:38 I've got the following results when running these TCs (The same as for manual tests): 35 39 36 40 {{{ … … 61 65 assert.areSame( '<p dir="rtl"> </p><p dir="rtl"> </p><p dir="rtl" id="target">bar</p>', bot.getData( false, true ) ); 62 66 } 63 }}} 67 }}}