<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Web Inspector: Data grid has a double left border when the first column is hidden"
   href="https://bugs.webkit.org/show_bug.cgi?id=160723#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Web Inspector: Data grid has a double left border when the first column is hidden"
   href="https://bugs.webkit.org/show_bug.cgi?id=160723">bug 160723</a>
              from <span class="vcard"><a class="email" href="mailto:nvasilyev&#64;apple.com" title="Nikita Vasilyev &lt;nvasilyev&#64;apple.com&gt;"> <span class="fn">Nikita Vasilyev</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=160723#c7">comment #7</a>)
<span class="quote">&gt; Created <span class=""><a href="attachment.cgi?id=285797&amp;action=diff" name="attach_285797" title="WIP">attachment 285797</a> <a href="attachment.cgi?id=285797&amp;action=edit" title="WIP">[details]</a></span>
&gt; WIP
&gt; 
&gt; This WIP patch removes hidden columns from the DOM and adds them back when
&gt; they are turned on. In general, it's good for performance to minimize number
&gt; of unnecessary nodes in the DOM. However, this patch is way more complex
&gt; than the previous one.</span >

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>