Changes between Initial Version and Version 2 of Ticket #12212
- Timestamp:
- Aug 14, 2014, 10:29:13 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12212 – Description
initial v2 1 1 steps to reproduce: 2 2 3 1. 4 in mac Chrome 35.0.1916.153 open 5 http://ckeditor.com/demo 6 2. 7 view source 8 3. 9 delete all the source code 10 4. 11 paste in the following source code: 3 1. in mac Chrome 35.0.1916.153 open http://ckeditor.com/demo 4 2. view source 5 3. delete all the source code 6 4. paste in the following source code: 7 {{{ 12 8 <p>line 1</p> 13 9 <p>example 1<br /> 14 10 <a href="/node/1256">General Pathology</a></p> 15 5. 16 exit source view 17 6. 18 place the cursor at the end of the example 1 line 19 7. 20 press Enter 11 }}} 12 5. exit source view 13 6. place the cursor at the end of the example 1 line 14 7. press Enter 15 **actual:** a new paragraph is created and the cursor moves unexpectedly to the beginning of the first line in the Body field. 21 16 22 actual: a new paragraph is created and the cursor moves unexpectedly to the beginning of the first line in the Body field. 23 24 expected: a new paragraph is created but the cursor stays in the expected position 17 **expected:** a new paragraph is created but the cursor stays in the expected position 25 18 26 19 problem DOES NOT happen in firefox 30.0 on mac os 10.9.3.