From fc45f7bd2e179898347eb833a4f0bb2cefee0b6f Mon Sep 17 00:00:00 2001 From: Alex Gibson Date: Thu, 6 Feb 2014 13:37:43 +0000 Subject: [PATCH] [bug 968039] Workaround for first highlight position in tour --- media/js/firefox/australis/browser-tour.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media/js/firefox/australis/browser-tour.js b/media/js/firefox/australis/browser-tour.js index 376b50b6d73..abc05218ae9 100644 --- a/media/js/firefox/australis/browser-tour.js +++ b/media/js/firefox/australis/browser-tour.js @@ -62,6 +62,9 @@ if (typeof Mozilla == 'undefined') { // show the door hanger if the tab is visible if (!document.hidden) { $('.tour-init').trigger('tour-step'); + // temp workaround if bug 968039 does not make it into Aurora 29 + // fixes highlight position first time browser is opened. + Mozilla.UITour.showHighlight("appMenu"); } };