From f1a58bd14ec774047c0cc5b9b65883cc6d03405a Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Tue, 9 Mar 2010 10:47:57 -0800 Subject: duplicating fix for 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') 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