summaryrefslogtreecommitdiff
path: root/assets/js/core/modal.js
AgeCommit message (Collapse)Author
2018-10-23Revert "Easier closing of dialogs" (introduces regression on date time picker)Frédéric Guillot
This reverts commit 71630aaa77b518d3d0165f772251f09cc249f015.
2018-10-15Easier closing of dialogsMichael
Allow closing of dialogs by clicking on the background area around it. When the dialog is closed in this manner, if it contains a form with changed data present a warning that there are unsaved changes. Likewise if the user attempts to navigate away from the page, eg page reload, bookmark click, address bar entry. If the dialog does not contain a form or the data remains unchanged no warning messages are shown.
2017-05-18Added new javascript events for dropdown and modalON-jz
- dropdown.clicked - dropdown.afterRender - dropdown.beforeDestroy - modal.open - modal.afterRender - modal.beforeDestroy
2017-04-07Add project restriction to block task editionFrederic Guillot
2017-02-08Improve mobile viewFrederic Guillot
2017-01-28Fix form submit when using keyboard shortcutsFrederic Guillot
2017-01-14Closing screenshot dialog prevent input elements to get focusFrederic Guillot
2017-01-11Improve keyboard shortcuts handlingFrederic Guillot
2017-01-08Display project exports in modal boxFrederic Guillot
2017-01-08Display project analytics in modal boxFrederic Guillot
2017-01-02Refactoring/rewrite of modal boxes handlingFrederic Guillot