Fixed
Status Update
Comments
ia...@google.com <ia...@google.com> #3
I know Louis has been looking at this already.
ia...@google.com <ia...@google.com> #4
I think, clickable
/combinedClickable
must be replaced with separated modifiers (as focus...
/onFocus...
). I propose to make:
- new
pressable(enabled, interactionSource)
modifier which does not have anindication
,hoverable
andfocusable
/focusableInNonTouchMode
.interactionSource
will only be used withPressInteraction
. - new modifier(s) for
onClickLabel
/onClick
,onLongClickLabel
/onLongClick
andonDoubleClick
. focusableInNonTouchMode
public.
We can add role
separately via semantics
.
All this will help to create components with the necessary properties.
Description
Using 1.1.0-alpha01
When a configuration change happens, the current position of the pane handle is reset and the sizing of the panes is lost.
This will be a bit complicated since the location of the anchors may not map 1:1 between configuration changes if the window dimensions changed and the anchors are based on
PaneExpansionAnchor.Proportion
.