1. 14 Feb, 2020 2 commits
  2. 13 Feb, 2020 1 commit
  3. 12 Feb, 2020 6 commits
  4. 11 Feb, 2020 1 commit
  5. 07 Feb, 2020 3 commits
  6. 06 Feb, 2020 1 commit
  7. 05 Feb, 2020 2 commits
  8. 03 Feb, 2020 2 commits
  9. 31 Jan, 2020 3 commits
  10. 29 Jan, 2020 1 commit
  11. 28 Jan, 2020 1 commit
  12. 27 Jan, 2020 3 commits
  13. 24 Jan, 2020 6 commits
  14. 23 Jan, 2020 1 commit
  15. 21 Jan, 2020 4 commits
  16. 20 Jan, 2020 2 commits
    • dmitry-zhemchugov's avatar
    • Florent Hobein's avatar
      fix(modal): change the mouse event to dismiss a modal on backdrop click (#5326) · 74f752fd
      Florent Hobein authored
      * fix(modal): change the mouse event to dismiss a modal on backdrop click
      
      Because of the use of a 'click' event to trigger the dismissal of a modal, the target of the event doesn't take into account an eventual movement of the mouse before releasing click (for ex. selection of text), which can lead to unwanted dismissal of the modal.
      
      Closes: #5264
      
      * fix(modal): change the mouse event to dismiss a modal from a directive
      
      Because of the use of a 'click' event to trigger the dismissal of a modal, the target of the event doesn't take into account an eventual movement of the mouse before releasing click (for ex. selection of text), which can lead to unwanted dismissal of the modal.
      74f752fd
  17. 19 Jan, 2020 1 commit