1. 17 Jul, 2019 1 commit
    • 伯言's avatar
      Fix FocusTraversalPolicy makes focus lost (#34153) (#34712) · b2cc9701
      伯言 authored
      FocusTraversalPolicy keep the previously visited node to avoid hysteresis. But even if the visited focus has been disposed, FocusTraversalPolicy will still use it to requestFocus, which will cause FocusManger to get an abandoned node to get the focus.
      b2cc9701
  2. 28 May, 2019 1 commit
    • Greg Spencer's avatar
      Fix first focus determination. (#33279) · 7c811b6a
      Greg Spencer authored
      Replacing the algorithm for finding the first focusable item in the focus tree. Somehow it was a kind of gibberish before, and really didn't work or make sense.
      7c811b6a
  3. 10 May, 2019 1 commit