[Webkit-unassigned] [Bug 171663] REGRESSION: Input and table-caption inside a table make the table automatically grow on input interaction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 4 09:12:37 PDT 2017


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

--- Comment #1 from Tim <timdegroote at hotmail.com> ---
The exact same thing is reproducible by rebuilding the structure with proper table elements:

<table style="width: 100%;">
  <caption>Table caption</caption>
  <tr>
    <td style="position: relative;">
      <input style="position: absolute;" type="text">
    </td>
  </tr>
</table>

http://jsbin.com/coviyolage/edit?html,css,output

-- 
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/20170504/f82c6f6b/attachment-0001.html>


More information about the webkit-unassigned mailing list