Bug 111077 - Web Inspector: [DataGrid] Columns are misaligned after rows being refreshed.
Summary: Web Inspector: [DataGrid] Columns are misaligned after rows being refreshed.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Eugene Klyuchnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 07:20 PST by Eugene Klyuchnikov
Modified: 2013-03-01 03:48 PST (History)
9 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2013-02-28 07:22 PST, Eugene Klyuchnikov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Klyuchnikov 2013-02-28 07:20:34 PST
Original issue:
Columns alignment is not proper in Dev Tools > Profiles
https://code.google.com/p/chromium/issues/detail?id=178694

Analysis: DataGridNode.refresh removes all cells and then recreates them.
The issue is that mandatory "corner" cell is not recreated.
Comment 1 Eugene Klyuchnikov 2013-02-28 07:22:47 PST
Created attachment 190723 [details]
Patch
Comment 2 WebKit Review Bot 2013-03-01 03:48:20 PST
Comment on attachment 190723 [details]
Patch

Clearing flags on attachment: 190723

Committed r144437: <http://trac.webkit.org/changeset/144437>
Comment 3 WebKit Review Bot 2013-03-01 03:48:24 PST
All reviewed patches have been landed.  Closing bug.