Bug 111077

Summary: Web Inspector: [DataGrid] Columns are misaligned after rows being refreshed.
Product: WebKit Reporter: Eugene Klyuchnikov <eustas>
Component: Web Inspector (Deprecated)Assignee: Eugene Klyuchnikov <eustas>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.