Bug 63165 - Web Inspector: extension panel iframes do not span entire panel client area
Summary: Web Inspector: extension panel iframes do not span entire panel client area
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Andrey Kosyakov
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2011-06-22 12:19 PDT by Andrey Kosyakov
Modified: 2011-06-24 01:45 PDT (History)
10 users (show)

See Also:


Attachments
patch (14.08 KB, patch)
2011-06-23 11:36 PDT, Andrey Kosyakov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2011-06-22 12:19:17 PDT
After r88913, the client area of extension panels is truncated to 150px in height. This is due to that parent element does not have length: set explicitly (uses position: absolute; top: 0; bottom: 0) and height: 100% on the iframe is actually treated as height: auto;
Comment 1 Andrey Kosyakov 2011-06-23 11:36:11 PDT
Created attachment 98375 [details]
patch
Comment 2 Andrey Kosyakov 2011-06-24 01:45:06 PDT
Manually committed r89659: http://trac.webkit.org/changeset/89659