Opened 9 years ago
Closed 9 years ago
#14423 closed Bug (wontfix)
cursor seems to be fixed at this position while pressing the arrow key
Reported by: | ffvolkmargrimm | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | CantFix firefox | Cc: |
Description
Steps to reproduce
- insert following HTML Code to the CKEditor
- click at the end of 'test'
- press the arrow up key twice
Expected result
cursor in the table
Actual result
cursor is placed at the start of the word 'test' and seems to be fixed at this position while pressing the arrow key
Other details (browser, OS, CKEditor version, installed plugins)
<html lang="de"> <head>
<title></title>
</head> <body> <div> <table>
<tbody>
<tr>
<td> </td>
</tr>
</tbody>
</table> <a href="#">test</a></div> </body> </html>
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | CantFix firefox added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Version: | 4.5.7 |
This is unfortunately Firefox native problem and there is not much we can here. If you try the same with native contenteditable element you will get the same result.
Please note however that left arrows moves you to table so it can be used as workaround.
I will have it reported to Firefox team.