From 6b177278802b3b6402e9b7d012e571e6b5171cd1 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Mon, 8 Mar 2010 12:53:12 -0800 Subject: EXT-6256 - Viewer 2 - Search field set the focus out of the field when user type 'ne' or 'na' or some other letters combinations reviewed by Leyla --- indra/newview/llpopupview.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra/newview/llpopupview.cpp') diff --git a/indra/newview/llpopupview.cpp b/indra/newview/llpopupview.cpp index 1668a91eed..d8ad59c90c 100644 --- a/indra/newview/llpopupview.cpp +++ b/indra/newview/llpopupview.cpp @@ -220,10 +220,6 @@ void LLPopupView::removePopup(LLView* popup) { if (popup) { - if (gFocusMgr.childHasKeyboardFocus(popup)) - { - gFocusMgr.setKeyboardFocus(NULL); - } popup_list_t::iterator iter = std::find(mPopups.begin(), mPopups.end(), popup->getHandle()); if(iter != mPopups.end()) { -- cgit v1.2.3