Skip to content

Commit

Permalink
Merge pull request #3175 from hieupham007/timob-11357
Browse files Browse the repository at this point in the history
timob-11357: fix the opening of a window on top of a tab.
  • Loading branch information
pingwang2011 committed Oct 12, 2012
2 parents 47ecc69 + a2adf64 commit c4f000a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/modules/ui/src/js/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ exports.bootstrap = function(Titanium) {
options = {};
}

this.setWindow(window);
//When we open a window using tab.open(win), we treat it as
//opening a HW window on top of the tab.
options.tabOpen = true;

window.open(options);
Expand Down

0 comments on commit c4f000a

Please sign in to comment.