kirill-grouchnikov / aurora

Building modern, elegant and fast desktop Compose applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Component] Fix layout of split command buttons in Big presentation state

kirill-grouchnikov opened this issue · comments

Under Big presentation state, command buttons always treat text as popup click, ignoring the textClick configured on the presentation model.

This needs to be reverted to the previous behavior and documented. Under this presentation state, longer texts can be split into two lines. If we show two lines, the popup arrow icon is displayed alongside the second line of text.

So it is not realistic to support TextClick.Action under this presentation state, unless the popup arrow icon goes on its own separate line, which is not the target design.