1. 23 Feb, 2024 1 commit
  2. 24 Jan, 2024 1 commit
  3. 22 Jan, 2024 1 commit
    • Hassan Toor's avatar
      [web] - Fix broken `TextField` in semantics mode when it's a sibling of `Navigator` (#138446) · 59e892d3
      Hassan Toor authored
      When a `TextField` is rendered before a `Navigator`, it breaks in semantics mode.  This is because the framework generates the incorrect semantics tree (excludes the TextField) and when that tree gets sent to the engine, we don't get the signal to create the corresponding `<input>` element.
      
      This happens for a few reasons:
      * `ModalBarrier` uses `BlockSemantics` to drop the semantics of routes beneath the current route in `Navigator`
      * `ModalBarrier` mistakenly recognizes the widget outside of the `Navigator` to be its sibling
      *  So we end up dropping the semantics node of the `TextField` rendered before it. 
      
      The fix is to let `Navigator` generate a semantics node so that `ModalBarrier` doesn't mistakenly think widgets outside of `Navigator` are its siblings.  
      
      `Navigator` doesn't currently do this, which causes all the nodes generated from its widget subtree to be directly attached to the parent semantics node above `Navigator` - since this is also the parent of `TextField`, it considers them siblings. 
      
      Fixes https://github.com/flutter/flutter/issues/129324
      59e892d3
  4. 15 Dec, 2023 1 commit
  5. 25 Sep, 2023 1 commit
  6. 20 Sep, 2023 1 commit
  7. 18 Sep, 2023 1 commit
  8. 19 May, 2023 1 commit
  9. 18 Jan, 2023 1 commit
  10. 27 Oct, 2022 1 commit
  11. 29 Jul, 2022 1 commit
  12. 31 May, 2022 1 commit
  13. 26 May, 2022 1 commit
  14. 25 May, 2022 1 commit
  15. 24 May, 2022 1 commit
  16. 19 May, 2022 1 commit
  17. 13 May, 2022 1 commit
  18. 27 Apr, 2022 1 commit
  19. 18 Apr, 2022 1 commit
  20. 14 Apr, 2022 1 commit
  21. 08 Mar, 2022 1 commit
  22. 03 Feb, 2022 1 commit
  23. 21 Jan, 2022 1 commit
  24. 30 Aug, 2021 1 commit
  25. 16 Aug, 2021 1 commit
  26. 27 Jul, 2021 1 commit
  27. 20 Jul, 2021 1 commit
  28. 15 Jul, 2021 1 commit
  29. 14 Jul, 2021 3 commits
  30. 13 Jul, 2021 2 commits
  31. 01 Jul, 2021 1 commit
  32. 29 Jun, 2021 1 commit
    • Greg Spencer's avatar
      Randomize Framework tests, opt out some tests that currently fail. (#85159) · b5f9612c
      Greg Spencer authored
      This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.
      
      To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
      b5f9612c
  33. 02 Jun, 2021 1 commit
  34. 13 May, 2021 1 commit
  35. 28 Apr, 2021 1 commit
  36. 25 Mar, 2021 1 commit
  37. 23 Mar, 2021 1 commit