1. 20 Nov, 2019 2 commits
    • Greg Spencer's avatar
      Scroll scrollable to keep focused control visible. (#44965) · 0d27fdce
      Greg Spencer authored
      Before this change, it was possible to move the focus onto a control that was no longer in the view using focus traversal. This changes that, so that when a control is focused, it makes sure that if it is the child of a scrollable, that the scrollable attempts to keep it in view. If it is already in view, then nothing scrolls.
      
      When asked to move in a direction, the focus traversal code tries to find a control to move to inside the scrollable first, and then looks for things outside of the scrollable only once the scrollable has reached its limit in that direction.
      0d27fdce
    • Emmanuel Garcia's avatar
      7a0911b4
  2. 19 Nov, 2019 24 commits
  3. 18 Nov, 2019 13 commits
  4. 17 Nov, 2019 1 commit