1. 20 Jul, 2019 2 commits
  2. 19 Jul, 2019 6 commits
  3. 18 Jul, 2019 1 commit
  4. 17 Jul, 2019 23 commits
  5. 16 Jul, 2019 1 commit
  6. 15 Jul, 2019 4 commits
  7. 14 Jul, 2019 3 commits
    • Manuel Alcaraz's avatar
      #29034 Fix broken links (#29035) · b4f99cb9
      Manuel Alcaraz authored
      b4f99cb9
    • Patrick H. Lauke's avatar
      Fix dropdown unit test (#29037) · cc499770
      Patrick H. Lauke authored
      swap jQuery's `trigger(...)` with the more verbose native `dispatchEvent(...)`, as the former may not always behave/bubble correctly (observed while trying to write unit tests for keyboard handling of ARIA tab navigation), which may lead to this test passing even though it fails in real usage.
      cc499770
    • Mark Otto's avatar
      v5: Fix disabled styling on .form-file (#29022) · cef69b9a
      Mark Otto authored
      While #28450 overhauled a ton of forms work, the  support for this custom file input was ineffective. This updates the selector to target the custom field and gray out the entire field.
      
      Fixes #28176.
      cef69b9a