- From: Feldwor <notifications@github.com>
- Date: Sat, 08 Dec 2018 02:23:45 -0800
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 8 December 2018 10:24:06 UTC
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