WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
83597
Web Inspector: Less than 100% width on cols in fixed table layout causes a problem for Profiles panel on some window sizes
https://bugs.webkit.org/show_bug.cgi?id=83597
Summary
Web Inspector: Less than 100% width on cols in fixed table layout causes a pr...
Robert Hogan
Reported
2012-04-10 11:00:36 PDT
http://trac.webkit.org/changeset/111742
has exposed a problem in the 'Profiles' panel that depends on the width of the window. The way the datagrid panel is designed it depends on the corner <th> ending up at 15px in all cases. This is how it works out most of the time, but fixed table layout will scale up fixed width columns if the total of the percent width columns is still less than the total logical width of the table. For some reason, beyond a certain size of window the profiles panel allocates less than 100% width to the 4 columns combined - this triggers fixed table layout to expand the corner column at the end, usually by one pixel. So this flakiness probably needs to be addressed in dataGrid.js. See also:
https://bugs.webkit.org/show_bug.cgi?id=82193
for some background.
Attachments
Add attachment
proposed patch, testcase, etc.
Blaze Burg
Comment 1
2014-02-07 12:33:59 PST
Profiles panel doesn't exist any more, and I can't reproduce on ToT data grid. Re-open if a test case comes up.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug