зеркало из https://github.com/mozilla/gecko-dev.git
r=mkaply, sr=blizzard Special focus handling for combobox scrollbar
This commit is contained in:
Родитель
bb3e627517
Коммит
a87b303cb3
|
@ -2101,7 +2101,8 @@ PRBool nsWindow::ProcessMessage( ULONG msg, MPARAM mp1, MPARAM mp2, MRESULT &rc)
|
|||
{
|
||||
char className[19];
|
||||
::WinQueryClassName((HWND)mp1, 19, className);
|
||||
if (strcmp(className, WindowClass()))
|
||||
if (strcmp(className, WindowClass()) != 0 &&
|
||||
strcmp(className, WC_SCROLLBAR_STRING) != 0)
|
||||
isMozWindowTakingFocus = PR_FALSE;
|
||||
|
||||
if( gJustGotDeactivate )
|
||||
|
|
Загрузка…
Ссылка в новой задаче