Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #10914 from alivedise/bugzilla/889188/hack-open-tr…
Browse files Browse the repository at this point in the history
…ansition

Bug 889188 - Hacking opening transition. r=timdream, a=leo+
  • Loading branch information
alivedise committed Jul 11, 2013
2 parents 38b7158 + ecaea98 commit 7cdcc46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/system/js/window_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ var WindowManager = (function() {
if ('wrapper' in frame.dataset)
wrapperFooter.classList.add('visible');

// XXX: A simple hack to gurantee the app has active class.
frame.classList.add('active');

iframe.addEventListener('mozbrowserloadend', function on(e) {
iframe.removeEventListener('mozbrowserloadend', on);
onWindowReady();
Expand Down

0 comments on commit 7cdcc46

Please sign in to comment.