зеркало из https://github.com/mozilla/pjs.git
get window.focus() working again. b=419338 r=hwaara sr=roc
This commit is contained in:
Родитель
87072745ac
Коммит
a650f3f5b2
|
@ -526,7 +526,9 @@ NS_IMETHODIMP nsCocoaWindow::Show(PRBool bState)
|
|||
{
|
||||
NS_OBJC_BEGIN_TRY_ABORT_BLOCK_NSRESULT;
|
||||
|
||||
if (!mSheetNeedsShow && bState == [mWindow isVisible])
|
||||
// We need to re-execute sometimes in order to bring already-visible
|
||||
// windows forward.
|
||||
if (!mSheetNeedsShow && !bState && ![mWindow isVisible])
|
||||
return NS_OK;
|
||||
|
||||
nsIWidget* parentWidget = mParent;
|
||||
|
|
Загрузка…
Ссылка в новой задаче