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+

Timothy Hatcher
Reported 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.
Attachments
Simple fix (1.33 KB, patch)
2006-05-20 15:31 PDT, Timothy Hatcher
andersca: review+
Timothy Hatcher
Comment 1 2006-05-20 15:26:56 PDT
It looks likes this changed in bug 5393.
Timothy Hatcher
Comment 2 2006-05-20 15:31:16 PDT
Created attachment 8438 [details] Simple fix
Anders Carlsson
Comment 3 2006-05-20 15:34:59 PDT
Comment on attachment 8438 [details] Simple fix r=me
Timothy Hatcher
Comment 4 2006-05-20 15:38:22 PDT
Landed in r14504.
Note You need to log in before you can comment on or make changes to this bug.