From aff37221dd26bc939b58ab959c8183cd36647aa6 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 29 Jan 2021 23:03:04 +0200 Subject: SL-14794 Group floater not focusing when clicking on 'more info' or 'view profile' --- indra/newview/llgroupactions.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/indra/newview/llgroupactions.cpp b/indra/newview/llgroupactions.cpp index d2bd716f55..65c91b54b7 100644 --- a/indra/newview/llgroupactions.cpp +++ b/indra/newview/llgroupactions.cpp @@ -366,6 +366,11 @@ void LLGroupActions::show(const LLUUID& group_id) params["open_tab_name"] = "panel_group_info_sidetray"; LLFloaterSidePanelContainer::showPanel("people", "panel_group_info_sidetray", params); + LLFloater *floater = LLFloaterReg::getTypedInstance("people"); + if (!floater->isFrontmost()) + { + floater->setVisibleAndFrontmost(TRUE, params); + } } void LLGroupActions::refresh_notices() -- cgit v1.2.3