jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

Clicking on an LLMChatContainer but not on any child controls should focus the whole container #67

Closed jawa0 closed 11 months ago

jawa0 commented 11 months ago

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.