Workaround the chat bar no longer focusing because it is within a layout_stack
This commit is contained in:
@@ -180,6 +180,8 @@ void LLFloaterChat::handleVisibilityChange(BOOL new_visibility)
|
||||
if (new_visibility)
|
||||
{
|
||||
LLFloaterChatterBox::getInstance()->setFloaterFlashing(this, FALSE);
|
||||
// Work around the chat bar no longer focusing from within the layout_stack
|
||||
gFocusMgr.setKeyboardFocus(getChildView("Chat Editor"));
|
||||
}
|
||||
|
||||
LLFloater::handleVisibilityChange(new_visibility);
|
||||
|
||||
Reference in New Issue
Block a user