diff --git a/content/stub.xhtml b/content/stub.xhtml index 7e8140204..b858ee7e2 100644 --- a/content/stub.xhtml +++ b/content/stub.xhtml @@ -644,8 +644,10 @@ contactCollection.becomeExplicit(); // Misc - if (!top.opener) + if (!top.opener) { window.frameElement.setAttribute("tooltip", "aHTMLTooltip"); + window.frameElement.setAttribute("context", "mailContext"); + } } // I'll never understand why JS doesn't have lexical scoping...