[Webkit-unassigned] [Bug 244445] table column text select using :has() as a CSS Parent Selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 23:34:47 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244445

--- Comment #4 from Christopher Atlan <catlan at letteropener.com> ---
Thank you for the response, Karl.

The videos shows the project I'm working on, for the codepen I tried to reduce the issue to the basics. 

I think one of the steps I forgot to mention and is not 100% clear is that the issue is the crossing of the line/row (tr) bounds. A text select within a <tr><td>text *selected text* more text</td><td>even more text</td></tr> always works out of the box. 

What I would like to achieve is text select for a column without JS. Like being able to select all the A without the B in one go in <tr><td>A</td><td>B</td></tr><tr><td>A</td><td>B</td></tr>

Back to the codepen sample on the left side the "The squareround holes. The ones who see things differently." is across <tr> and shows the issue.

Safari Technology Preview  Release 152 (Safari 16.0, WebKit 17615.1.2.3)

-- 
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/20220901/d1716d53/attachment-0001.htm>


More information about the webkit-unassigned mailing list