From 3277b3c28f1c0334fc282bde51f02160da71d2e2 Mon Sep 17 00:00:00 2001 From: Jonathan Protzenko Date: Wed, 30 May 2012 14:33:23 +0200 Subject: [PATCH] Context menu in the composition tab. --- content/stub.xhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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...