Cursor goes to a previous line when in entermode BR
Cursor goes to a previous line when in entermode BR, using following contents:
<table>
<tbody>
<tr>
<td>
baz</td>
<td> </tr>
</tbody>
</table>
<br />
FOO^<br />
<br />
<table>
<tbody>
<tr>
<td>
bar</td>
<td> </tr>
</tbody>
</table>
- Place cursor after FOO
- Press enter
Result: New line is created before FOO.
Expected: New line is created after FOO.
Reproduced in IE7.
Change History (9)
Cc: |
kenny.demetter@… added
|
Description: |
modified (diff)
|
Owner: |
set to Paweł Horzela
|
Status: |
confirmed →
assigned
|
Component: |
General →
UI : Enter Key
|
Milestone: |
CKEditor 3.5 →
CKEditor 3.5.1
|
Owner: |
Paweł Horzela deleted
|
Status: |
assigned →
new
|
Milestone: |
CKEditor 3.5.1
|
Keywords: |
IE7 added
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
The bug affects only IE7 with the above particular structure, where browser selection is incorrectly reported (with -1 offset to the actual selection), considering it quite an edge case and a browser problem that was unable to fix, propose to defer it.