Fixed
Status Update
Comments
co...@google.com <co...@google.com> #2
That's working as expected. Let's consult with Javier about his thoughts.
ia...@google.com <ia...@google.com> #3
Did we get any input from Javier for this?
ia...@google.com <ia...@google.com> #4
The current implementation after the fix is aligned with the foundation API AnchoredDraggable
- I think it makes sense to provide an optional parameter for devs to provide the initial anchor to use, as it's hard to provide a reasonable default.
Let me know if you have different thoughts. : )
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
.