Bug 729539 - Title attributes not showing in developer tools sidebar; r=msucan

This commit is contained in:
Michael Ratcliffe 2012-02-23 13:05:25 +00:00
parent 294829b875
commit e2ab40787d

View File

@ -1235,6 +1235,7 @@ InspectorUI.prototype = {
let iframe = this.chromeDoc.createElement("iframe");
iframe.id = "devtools-sidebar-iframe-" + aRegObj.id;
iframe.setAttribute("flex", "1");
iframe.setAttribute("tooltip", "aHTMLTooltip");
this.sidebarDeck.appendChild(iframe);
// wire up button to show the iframe