icingaweb2/public/js/icinga/behavior
Johannes Meyer 07251e6d5e modal.js: Really only close the modal if the user clicks outside of it
The click event fires only after the mouse button is released, which
may happen on the outside, after the user tried to select something
and overrun accidentally. A close is then not desired as the user
may loose input. The mousedown event fires right when the button
is pressed and suffices on the outside of the modal.
2021-03-09 08:52:10 +01:00
..
actiontable.js actiontable.js: Properly handle encoded filter values 2020-01-30 08:31:06 +01:00
application-state.js application-state.js: Remove redundant rendered callback 2019-12-06 15:39:14 +01:00
autofocus.js js: Don't use jquery.focus shorthand anymore, but icinga.ui.focusElement 2019-07-18 07:57:14 +02:00
collapsible.js collapsible.js: Enhance height calculations 2019-07-29 16:02:48 +02:00
detach.js Implement auto-detaching DOM elements 2017-11-21 13:17:55 +01:00
dropdown.js Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
expandable.js Implement persistent "Show more" spoilers 2017-11-27 14:18:42 +01:00
filtereditor.js js: Remove `ui.fixControls()` and `ui.initializeControls()` 2019-12-06 15:39:14 +01:00
flyover.js Flyover: select #main instead of div#main 2017-11-27 16:51:55 +01:00
form.js form.js: Don't abort content updates in case of auto submits 2021-02-09 09:13:11 +01:00
input-enrichment.js js: Add support for the `search-editor` input enrichment 2021-03-09 08:52:10 +01:00
modal.js modal.js: Really only close the modal if the user clicks outside of it 2021-03-09 08:52:10 +01:00
navigation.js Revert "JS: Do not apply 'menu-hovered' on #layout" 2020-02-28 11:36:04 +01:00
selectable.js Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00