RESOLVED FIXED 63165
Web Inspector: extension panel iframes do not span entire panel client area
https://bugs.webkit.org/show_bug.cgi?id=63165
Summary Web Inspector: extension panel iframes do not span entire panel client area
Andrey Kosyakov
Reported 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;
Attachments
patch (14.08 KB, patch)
2011-06-23 11:36 PDT, Andrey Kosyakov
yurys: review+
Andrey Kosyakov
Comment 1 2011-06-23 11:36:11 PDT
Andrey Kosyakov
Comment 2 2011-06-24 01:45:06 PDT
Note You need to log in before you can comment on or make changes to this bug.