Bug 9018 - REGRESSION: resizing the top area of the inspector does not grow as expected
Summary: REGRESSION: resizing the top area of the inspector does not grow as expected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on: 9010
Blocks:
  Show dependency treegraph
 
Reported: 2006-05-20 15:23 PDT by Timothy Hatcher
Modified: 2006-05-20 15:38 PDT (History)
0 users

See Also:


Attachments
Simple fix (1.33 KB, patch)
2006-05-20 15:31 PDT, Timothy Hatcher
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.