Click on an LLMChatContainer, but on a part of it that's not a TextArea, or a Label (beware, labels can be wider than the text).
The chat container as a whole should become focused.
It does not.
This is a change since implementing clicking focusing child controls of the container. It used to be that clicking anywhere on the chat - even in a TextArea would focus the chat as a whole. Not just that TextArea. This was annoying.
In fixing it, now we get the new problem. So ...
Clicking on an editable child of a container should focus the child.
But, clicking somewhere on the container but not on an editable child should focus the whole container.
Click on an LLMChatContainer, but on a part of it that's not a TextArea, or a Label (beware, labels can be wider than the text). The chat container as a whole should become focused. It does not.
This is a change since implementing clicking focusing child controls of the container. It used to be that clicking anywhere on the chat - even in a TextArea would focus the chat as a whole. Not just that TextArea. This was annoying. In fixing it, now we get the new problem. So ...
Clicking on an editable child of a container should focus the child. But, clicking somewhere on the container but not on an editable child should focus the whole container.