1. 15 Jul, 2022 1 commit
  2. 11 Jul, 2022 1 commit
  3. 08 Jul, 2022 2 commits
  4. 29 Jun, 2022 1 commit
  5. 28 Jun, 2022 1 commit
  6. 22 Jun, 2022 1 commit
  7. 10 Jun, 2022 1 commit
  8. 02 Jun, 2022 2 commits
  9. 27 May, 2022 1 commit
  10. 25 May, 2022 1 commit
  11. 20 May, 2022 2 commits
  12. 19 May, 2022 2 commits
  13. 11 May, 2022 1 commit
  14. 06 May, 2022 1 commit
  15. 27 Apr, 2022 1 commit
  16. 15 Apr, 2022 2 commits
  17. 14 Apr, 2022 1 commit
  18. 13 Apr, 2022 1 commit
  19. 06 Apr, 2022 1 commit
  20. 18 Mar, 2022 1 commit
  21. 17 Mar, 2022 1 commit
  22. 09 Mar, 2022 1 commit
  23. 08 Mar, 2022 2 commits
  24. 03 Mar, 2022 1 commit
  25. 11 Feb, 2022 2 commits
  26. 09 Feb, 2022 1 commit
  27. 08 Feb, 2022 1 commit
  28. 04 Feb, 2022 1 commit
  29. 03 Feb, 2022 1 commit
  30. 01 Feb, 2022 1 commit
  31. 28 Jan, 2022 1 commit
  32. 27 Jan, 2022 1 commit
  33. 14 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Disallow copy and cut when text field is obscured. (#96309) · a9e0dd40
      Greg Spencer authored
      Before this change, it was possible to select and copy obscured text from a text field.
      
      This  changes things so that:
      - Obscured text fields don't allow copy or cut.
      - If a field is both obscured and read-only, then selection is disabled as well (if you can't modify it, and can't copy it, there's no point in selecting it).
      a9e0dd40