[webkit-reviews] review requested: [Bug 26182] Need to be able to resize the columns in LocalStorage view in Web Inspector : [Attachment 34242] Patch that adds an initial implementation of making the columns of a DataGrid in the Web Inspector resizable which respects the Web Inspector being resized.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 20:11:46 PDT 2009


Jessie Berlin <jberlin at apple.com> has asked  for review:
Bug 26182: Need to be able to resize the columns in LocalStorage view in Web
Inspector
https://bugs.webkit.org/show_bug.cgi?id=26182

Attachment 34242: Patch that adds an initial implementation of making the
columns of a DataGrid in the Web Inspector resizable which respects the Web
Inspector being resized.
https://bugs.webkit.org/attachment.cgi?id=34242&action=review

------- Additional Comments from Jessie Berlin <jberlin at apple.com>
Made the changes that Tim mentioned above, which also required that the columnn
widths be set to percentages instead of pixel values. 

That in turn requires the column widths to be initialized the first time
updateWidths is called. That way, when a column is resized and percentages are
added for the widths of that column and its neighboring column, all the other
columns already have percentages for widths.


More information about the webkit-reviews mailing list