Bug 85578
Summary: | Web Inspector: ExtensionSidebarPane.setHeight() doesn't set height of iframe set by setPage() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alice Boxhall <aboxhall> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, burg, bweinstein, caseq, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Alice Boxhall
After setPage() is used to set an iframe as the contents of an ExtensionSidebarPane, setHeight() doesn't do what you'd expect, as the container div's height is set but not the iframe's, so the page contents still appears in the default iframe height of 150px.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |