bug 513723 - Resize awesomebar and not window to account for soft keyboard, follow up r=mfinkle

This commit is contained in:
Brad Lassey 2009-09-01 17:29:06 -04:00
Родитель adf5c1932e
Коммит b01ffe299f
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -2064,7 +2064,6 @@ var SoftKeyboardObserver = {
let height = rect.bottom - rect.top;
let width = rect.right - rect.left;
let popup = document.getElementById("popup_autocomplete");
popup.top = rect.top + BrowserUI.toolbarH;
popup.height = height - BrowserUI.toolbarH;
popup.width = width;
}