Unable to move cursor between hr and table
- Load an editor with the following content and selection:
<table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
<tbody>
<tr>
<td>
text^</td>
</tr>
</tbody>
</table>
<hr />
- Try to move cursor after table by press 'Right Arrow' key;
- Actual Result: It's impossible to move cursor exactly after the table and before the HR. (For IE, even worse, lots of dummp paragraph generated at the end of this document)
Find this issue on GitHub
Description: |
modified (diff)
|
Keywords: |
IE removed
|
Summary: |
[IE] Unable to move cursor between hr and table →
Unable to move cursor between hr and table
|
Keywords: |
Confirmed Review? added
|
Owner: |
set to Garry Yao
|
Status: |
new →
assigned
|
Keywords: |
Review- added; Review? removed
|
Milestone: |
CKEditor 3.1 →
CKEditor 3.2
|
Keywords: |
Review? added; Review- removed
|
Milestone: |
CKEditor 3.2 →
CKEditor 3.1
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Find this issue on GitHub
This patch rely on a rent fix on trunk, you need to make sure working copy is updated to [4475].