[w3c/editing] Unable to keep selecting text from one table cell to another. (contenteditable) (#186)

Here we can see how text selection is canceling while selecting from one `contenteditable` <td>  to the another.
![screencast from 2018-12-08 12_18_42](https://user-images.githubusercontent.com/21064622/49684945-bcfcbb80-fae3-11e8-8988-17b5aa5c5534.gif)




Quick Example:
```
<table>
<tr><td contenteditable="true">test</td></tr>
<tr><td contenteditable="true">test</td></tr>
</table>
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/186

Received on Saturday, 8 December 2018 10:24:06 UTC