[Webkit-unassigned] [Bug 183506] New: selectionchange not fired in the last cell if the table has no siblings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 9 02:34:48 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183506
Bug ID: 183506
Summary: selectionchange not fired in the last cell if the
table has no siblings
Product: WebKit
Version: Safari 11
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
Assignee: webkit-unassigned at lists.webkit.org
Reporter: julenx at gmail.com
CC: wenson_hsieh at apple.com
The `selectionchange` event is not fired for the latest contenteditable table cell when the table does not contain a sibling element.
Please check the following demo: https://jsfiddle.net/ew84yb2q/7/
Place the cursor in the last table cell (this should already fire a `selectionchange`), then double-click the cell. In the first table, which has no sibling element, the `selectionchange` event is not fired. The second table, which contains a sibling element, fires the `selectionchange` event just as with any other table cell.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180309/b8251bf9/attachment.html>
More information about the webkit-unassigned
mailing list