SL-20348 Focus should be in the chat bar when the Conversations floater is opened

master
Alexander Gavriliuk 2023-10-04 02:29:17 +02:00
parent b553899087
commit b6109a0da5
2 changed files with 5 additions and 0 deletions

View File

@ -289,6 +289,9 @@ void LLFloaterIMContainer::onOpen(const LLSD& key)
LLMultiFloater::onOpen(key);
reSelectConversation();
assignResizeLimits();
LLFloaterIMSessionTab* session_floater = LLFloaterIMSessionTab::getConversation(mSelectedSession);
session_floater->onOpen(key);
}
// virtual

View File

@ -986,6 +986,8 @@ void LLFloaterIMSessionTab::onOpen(const LLSD& key)
}
mInputButtonPanel->setVisible(isTornOff());
setFocus(TRUE);
}