зеркало из https://github.com/mozilla/gecko-dev.git
fix for bug #191188
mail views list dialog should be modal to the 3 pane. r/sr=bienvenu, a=asa
This commit is contained in:
Родитель
93107b392e
Коммит
74c4a4736b
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Scott MacGregor <mscott@netscape.com>
|
* Scott MacGregor <mscott@netscape.com>
|
||||||
|
* Seth Spitzer <sspitzer@netscape.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const kPersonalAddressbookURI = "moz-abmdbdirectory://abook.mab";
|
const kPersonalAddressbookURI = "moz-abmdbdirectory://abook.mab";
|
||||||
|
@ -96,8 +97,9 @@ function viewPickerOnLoad()
|
||||||
|
|
||||||
function LaunchCustomizeDialog()
|
function LaunchCustomizeDialog()
|
||||||
{
|
{
|
||||||
OpenOrFocusWindow({onOkCallback: refreshCustomMailViews, onCancelCallback: cancelCustomMailViews}, 'mailnews:mailviewlist', 'chrome://messenger/content/mailViewList.xul');
|
// making it modal, see bug #191188
|
||||||
// window.openDialog('chrome://messenger/content/mailViewList.xul', "", 'centerscreen,resizeable,titlebar,chrome', {onOkCallback: refreshCustomMailViews});
|
//OpenOrFocusWindow({onOkCallback: refreshCustomMailViews, onCancelCallback: cancelCustomMailViews}, 'mailnews:mailviewlist', 'chrome://messenger/content/mailViewList.xul');
|
||||||
|
window.openDialog("chrome://messenger/content/mailViewList.xul", "mailnews:mailviewlist", "chrome,modal,titlebar,resizable,centerscreen", {onOkCallback: refreshCustomMailViews, onCancelCallback: cancelCustomMailViews});
|
||||||
}
|
}
|
||||||
|
|
||||||
function LoadCustomMailView(index)
|
function LoadCustomMailView(index)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче