To prevent selection, the table delegate can implement `tableShouldSelectRow`, similar to NSTableViewDelegate's shouldSelectRow.
<rdar://problem/43253335>
Created attachment 347043 [details] Patch
Comment on attachment 347043 [details] Patch r=me
Comment on attachment 347043 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=347043&action=review > Source/WebInspectorUI/UserInterface/Views/ResourceCookiesContentView.js:43 > + tableShouldSelectRow(table, cell, column, rowIndex) This should be under the delegate section (~20 lines down), not the data source.
Created attachment 347047 [details] Patch for landing
Comment on attachment 347047 [details] Patch for landing Clearing flags on attachment: 347047 Committed r234822: <https://trac.webkit.org/changeset/234822>
All reviewed patches have been landed. Closing bug.