Bug 1674359 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Simpler than [bug 1247480](https://bugzilla.mozilla.org/show_bug.cgi?id=1247480) and presumably not exactly the same, hence this separate issue.

STR:
1. Open `data:text/html,<div contenteditable>`.
2. From some other website (e.g. https://www.w3schools.com/html/html_tables.asp) copy a table to the clipboard.
3. Click into the `<div>` so that the caret blinks there.
4. Paste the table.
5. Click at the end of the last table-cell.
6. Try moving the caret with the arrow-right key or the mouse after the table.

Expected:
6) should succeed.

Actual:
6) doesn't succeed.

Works with Chrome.
Simpler than [bug 1247480](https://bugzilla.mozilla.org/show_bug.cgi?id=1247480) and presumably not exactly the same, hence this separate issue.

STR:
1. Open `data:text/html,<div contenteditable><table><tbody><tr><td>C1</td><td>C2</td></tr></tbody></table></div>`
2. Click at the end of the last table-cell.
3. Try moving the caret with the arrow-right key or the mouse after the table.

Expected:
6) should succeed.

Actual:
6) doesn't succeed.

Works with Chrome.
Simpler than [bug 1247480](https://bugzilla.mozilla.org/show_bug.cgi?id=1247480) and presumably not exactly the same, hence this separate issue.

STR:
1. Open `data:text/html,<div contenteditable><table style="border:1px solid green"><tbody><tr><td>C1</td><td>C2</td></tr></tbody></table></div>`
2. Click at the end of the last table-cell.
3. Try moving the caret with the arrow-right key or the mouse after the table.

Expected:
6) should succeed.

Actual:
6) doesn't succeed.

Works with Chrome.

Back to Bug 1674359 Comment 0