Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks! This looks like a bug, thank you for reporting!
ra...@google.com <ra...@google.com> #3
I would also recommend setting the value to 10%. When you do that, the behavior is wild.
Dragging up to 10% or between 50% and 90% will cause it to snap back to the start anchor.
Dragging between 10% and 50% or past 90% will cause it to snap to the end anchor.
Dragging up to 10% or between 50% and 90% will cause it to snap back to the start anchor.
Dragging between 10% and 50% or past 90% will cause it to snap to the end anchor.
Description
We currently send FocusEvents whenever focus state is updated. Consider not sending focus events for intermediate focus state changes.
Eg. When we request focus on a node, we call request focus on each of the parents until the root is focused. Then each parent gets focus before focus is transferred to the child. We should not send focus events for these intermediate state changes.