Opened 11 years ago
Last modified 11 years ago
#12212 confirmed Bug
carriage return at <br> followed by <a> causes cursor to move unexpectedly to beginning of buffer (chrome only) — at Initial Version
Reported by: | Frank Farm | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Webkit Blink | Cc: |
Description
steps to reproduce:
1. in mac Chrome 35.0.1916.153 open http://ckeditor.com/demo 2. view source 3. delete all the source code 4. paste in the following source code: <p>line 1</p> <p>example 1<br /> <a href="/node/1256">General Pathology</a></p> 5. exit source view 6. place the cursor at the end of the example 1 line 7. press Enter
actual: a new paragraph is created and the cursor moves unexpectedly to the beginning of the first line in the Body field.
expected: a new paragraph is created but the cursor stays in the expected position
problem DOES NOT happen in firefox 30.0 on mac os 10.9.3.