Skip to content

Commit

Permalink
Bug 918600 - Make sure tooltips are displayed for SDK panels. r=zer0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wladimir Palant committed Sep 8, 2016
1 parent 9a9a383 commit 7f4e9e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon-sdk/source/lib/sdk/panel/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ function setupPanelFrame(frame) {
frame.setAttribute("flex", 1);
frame.setAttribute("transparent", "transparent");
frame.setAttribute("autocompleteenabled", true);
frame.setAttribute("tooltip", "aHTMLTooltip");
if (platform === "darwin") {
frame.style.borderRadius = "6px";
frame.style.padding = "1px";
Expand Down

0 comments on commit 7f4e9e7

Please sign in to comment.