Skip to content

Commit

Permalink
[bug 968039] Workaround for first highlight position in tour
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Feb 6, 2014
1 parent 4e55d23 commit fc45f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions media/js/firefox/australis/browser-tour.js
Expand Up @@ -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");
}
};

Expand Down

0 comments on commit fc45f7b

Please sign in to comment.