Web Inspector: double-clicking on a table column resizer should trigger resize-to-fit for column to the left
https://bugs.webkit.org/show_bug.cgi?id=158443
Summary Web Inspector: double-clicking on a table column resizer should trigger resiz...
Saam Barati
Reported 2016-06-06 15:58:17 PDT
Sometimes, I'll see columns that are very wide but are filled with very little text, so they're mostly just white space. It may be nice to automatically adjust their widths depending on the content in their column. Maybe this wouldn't work out well in practice, but it might be worth trying
Attachments
Timothy Hatcher
Comment 1 2016-06-07 10:19:38 PDT
We have this support, but it auto sizes all columns. We use this for console.table and SQL databases. To match the OS, we should hook up double-click on the column resize to resize single columns to fit.
Timothy Hatcher
Comment 2 2016-06-07 10:20:57 PDT
We could also hook up the existing auto size support to a context menu.
Radar WebKit Bug Importer
Comment 3 2016-06-07 10:21:17 PDT
Radar WebKit Bug Importer
Comment 4 2016-06-07 10:23:55 PDT
Nikita Vasilyev
Comment 5 2016-06-07 12:01:48 PDT
Somewhat related to: Bug 158167 Web Inspector: DataGrid cells should have minimum width that keeps its content readable
Note You need to log in before you can comment on or make changes to this bug.