[Webkit-unassigned] [Bug 160723] Web Inspector: Data grid has a double left border when the first column is hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 11:40:33 PDT 2016


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

--- Comment #9 from Nikita Vasilyev <nvasilyev at apple.com> ---
(In reply to comment #7)
> Created attachment 285797 [details]
> WIP
> 
> This WIP patch removes hidden columns from the DOM and adds them back when
> they are turned on. In general, it's good for performance to minimize number
> of unnecessary nodes in the DOM. However, this patch is way more complex
> than the previous one.

Another way of solving this bug would be by adding borders inside the resizers!

Resizers are optional, some data grids don't have them. For these cases I would still need to add them to the DOM and make them click-through.

I'm not going to go with borders inside the resizers because:
1. I'm almost done with this patch.
2. It's good for performance to minimize number of unnecessary nodes in the DOM.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160811/65c6124e/attachment.html>


More information about the webkit-unassigned mailing list