Bug 85578 - Web Inspector: ExtensionSidebarPane.setHeight() doesn't set height of iframe set by setPage()
Summary: Web Inspector: ExtensionSidebarPane.setHeight() doesn't set height of iframe ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-03 21:25 PDT by Alice Boxhall
Modified: 2014-12-09 10:47 PST (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alice Boxhall 2012-05-03 21:25:56 PDT
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.