Bug 9018

Summary: REGRESSION: resizing the top area of the inspector does not grow as expected
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on: 9010    
Bug Blocks:    
Attachments:
Description Flags
Simple fix andersca: review+

Description Timothy Hatcher 2006-05-20 15:23:48 PDT
The top area div grows 2px more than the splitter. This also prevents the top from shrinking. THis is cause by our use of offsetHeight, and should use clientHeight.
Comment 1 Timothy Hatcher 2006-05-20 15:26:56 PDT
It looks likes this changed in bug 5393.
Comment 2 Timothy Hatcher 2006-05-20 15:31:16 PDT
Created attachment 8438 [details]
Simple fix
Comment 3 Anders Carlsson 2006-05-20 15:34:59 PDT
Comment on attachment 8438 [details]
Simple fix

r=me
Comment 4 Timothy Hatcher 2006-05-20 15:38:22 PDT
Landed in r14504.