Bug 30918

Summary: Web Inspector: Datagrid Rows on Windows not properly aligned
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: Web Inspector (Deprecated)Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, bweinstein, joepeck, pfeldman, rik, timothy
Priority: P2 Keywords: PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Screen Shot
none
Fix
bweinstein: commit-queue-
Fix with better formatting
bweinstein: commit-queue-
Screenshot w/ line-height: 12px (FIXED)
none
Line-height Fix timothy: review+, bweinstein: commit-queue-

Description Brian Weinstein 2009-10-29 11:24:15 PDT
The size of the text != the size of the rows in the data grids on Windows.

On the datagrids I tested, this is true for: Profiling, Local Storage, Session Storage, Cookies.
Comment 1 Brian Weinstein 2009-10-29 11:24:54 PDT
Created attachment 42116 [details]
Screen Shot
Comment 2 Brian Weinstein 2009-10-29 13:35:57 PDT
Created attachment 42131 [details]
Fix
Comment 3 Brian Weinstein 2009-10-29 13:37:24 PDT
Created attachment 42133 [details]
Fix with better formatting
Comment 4 Timothy Hatcher 2009-10-29 14:02:36 PDT
This patch seems fine. But I think the font looks funny (too small) and the line height is too tall. I bet this can be fixed by making the line-height be a fixed height.

Try adding line-height: 12px or 10px (or something) to ".data-grid td".
Comment 5 Brian Weinstein 2009-10-29 14:12:57 PDT
Created attachment 42143 [details]
Screenshot w/ line-height: 12px (FIXED)
Comment 6 Brian Weinstein 2009-10-29 14:18:59 PDT
Created attachment 42144 [details]
Line-height Fix
Comment 7 Brian Weinstein 2009-10-29 14:25:42 PDT
Landed in r50300.