This commit is contained in:
jst%mozilla.jstenback.com 2007-08-22 04:59:52 +00:00
Родитель 157b9be593
Коммит c530dc5e37
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1657,8 +1657,10 @@
// We're about to open a modal dialog, make sure the opening
// tab is brought to the front.
var targetTop = new XPCNativeWrapper(event.target, "top").top;
for (var i = 0; i < browsers.length; ++i) {
if (this.getBrowserAtIndex(i).contentWindow == event.target) {
if (this.getBrowserAtIndex(i).contentWindow == targetTop) {
this.mModalDialogShowing = true;
this.selectedTab = this.mTabContainer.childNodes[i];