76 Commits (f0e2ec552659def180628b92236559fc327ec510)

Author SHA1 Message Date
Michael de Hoog f0e2ec5526 Added the ability to cancel a modal hide from the onHide callback 9 years ago
jlukic 33469d3cf6 Fixes issue with modal close #2736 10 years ago
jlukic b6fa0b3020 #2737 typo in code 10 years ago
jlukic a1ca414076 #2737 fix improper selector for autofocus setting, move setting check to outside function so it can be called manually 10 years ago
jlukic 6fbabf4c2b #2576 Modal will remove body style after hiding 10 years ago
jlukic c6b47c7a0f Reuse some code 10 years ago
jlukic ba315da439 Fix othersActive check missing some cases with multiple modals 10 years ago
jlukic edd8f7996e Make input autofocus faster 10 years ago
jlukic 6a76302ce5 Remove fallback js animations from modal 10 years ago
jlukic eb0e67ed59 Modal now only closes on approve or deny selector match 10 years ago
jlukic 40fb0743eb Setup embed component, fix all contributors banners in src 10 years ago
jlukic 85282f5a34 Make modal mutation observers opt-in #2166 10 years ago
jlukic c5877b670d Adds parameter to onApprove, onDeny #2191 10 years ago
jlukic b3612b2792 Fix all the linting errors i forgot to check 10 years ago
jlukic 7074e24384 #2061 set modal setting defaults, change blurring els 10 years ago
jlukic 46198c9fea Reverts #2061 scrollbar changes, adds blurring/inverted settings in modal settings 10 years ago
jlukic f7d8eacba5 Fixes scrolling class being stuck, related #2061 10 years ago
jlukic 47f9e64503 Fixes #2061, page no longer moves on modal show 10 years ago
jlukic 07b83aa01a #2079 - Fix variable names 10 years ago
jlukic a50b1ea116 #2079 - Make sure element is in DOM when determining close event 10 years ago
jlukic d08337134c Fixes #2042 bind events with delegation in general 10 years ago
jlukic 6f1bf2ea89 Set all modules to verbose: false by default 10 years ago
jlukic d9850a0ba6 #1968 Fixes undetachable scrollable modal in ideal circumstances (not inside a container with z-index) 10 years ago
jlukic 3701bdc35f Increase delay of performance logging 10 years ago
jlukic aac5321d47 #1880 Fixes modal showing while another hiding unsucessfully attaches callback to 'hide others'. Dimmer no longer hides between modals appearances with allowMultiple 10 years ago
jlukic 91b2ffdf49 #1896, add 'get id' to all modules with element namespace, move uniqueID generation to 'create id' 10 years ago
jlukic 121107fbf2 Update licenses in src 10 years ago
jlukic dada633c7f #1804, Fix resize logic for scrolling modal to include padding 10 years ago
jlukic 8d60353321 Update release notes, whitespace 10 years ago
jlukic 78649ade5c Fixes #1750, destroy not called on previous instance when doubline initialized 10 years ago
jlukic ba6d251410 Porting over $.proxy to native call for performance 10 years ago
jlukic 23337483e3 Fix #1586, remove deprecated use of $.size() 10 years ago
jlukic a1b273300a Adding debug statements to detachable #1472 10 years ago
jlukic 1edd7e3a17 Adds dimmer settings #1472, refactors init to use new behavior create dimmer 10 years ago
jlukic 222df1c5e3 Builds 1.3.2 10 years ago
jlukic 042e6c93cc Fixes bug in modal hide, dimmer not hiding 10 years ago
jlukic 9170fad1bd Consolidate styling for UUID across modules 10 years ago
jlukic 46f14ab0e0 Disable modal debug: 10 years ago
jlukic 04b63bfa10 #1417 #1432 #1420, typo in failSafe, should be useFailSafe. Adds animation queueing as a setting for modal 10 years ago
jlukic 20316e73c4 Wrong boolean #1432 #1417 10 years ago
jlukic d4a9a9c642 Remove console.log 10 years ago
jlukic 51cf4f5b58 Modal/dimmer now correctly handle several simultaneous animation conditions, showing while hiding, hiding others while showing, etc. Animations now use failsafe to avoid animationend race-conditions with webkit, and the same duration #1417 #1432 10 years ago
jlukic a791177424 Fix for clickaway unbinding if clicked during animation 10 years ago
jlukic 6db67c42d8 Modal should clear screen height, updates release notes 10 years ago
jlukic b269305a10 Fixes #1367, scrolling is not removed if modals already visible 10 years ago
jlukic 6e0fa165e4 #1380 #1138 Adds better event binding to dimmer for multiple open modals 10 years ago
jlukic 39426e0e85 Maybe fix #1259 10 years ago
jlukic 5511ffb0a6 Modal cache size on load 10 years ago
jlukic e0f15e7086 Fixes #1248, body height not removed on refresh 10 years ago
jlukic 3e749e6e2f Fixes #1238, Modal classnames are removed by .transition() when set in onStart 10 years ago