Jack
8a1ad49be1
#6520 - remove blurring on dimmer hide. Remove console logs.
6 years ago
Jack
d6ebab1e6c
#6449 #6495 - Adapt fix for dimmer scroll. Move to modal from dimmer. Blocking scroll requires determining content height which only modal can do
6 years ago
Jack
e35ce81e27
Fix legacy modals to support top aligned, fix bug in ie11 for swapping between top/middle aligned
6 years ago
Jack
bbad43026d
Finish refactor of modal to support legacy positioning for IE11
6 years ago
Jack Lukic
cddcc364c3
Respect useFlex settinng if its a boolean
6 years ago
Jack Lukic
fa55d1f108
Finish adding legacy settings
6 years ago
Jack Lukic
e609212888
Finish adding useFlex setting for dimmer/modal
6 years ago
Jack Lukic
9707e40448
Working on legacy setting for modals
6 years ago
Jack
ab535ba375
Use single quotes for string literals
7 years ago
Jack
3827fd0a82
Fix eventNamespace in #3396
7 years ago
Jack
aa331386d0
#3396 modal close
7 years ago
Jack
fc60ec009c
Fixes alignment of dimmer
7 years ago
Jack
3766a338e7
Add centered dimmers and modals
7 years ago
Jack
dcf6a93395
Fix bug with autofocus modifying focus of modal fields
7 years ago
Jack
7450aa3c9c
Fixes #5578 , absolute positioned modal items are now taken into scroll calculation
7 years ago
Jack
4ccf825e07
Fix issue where multiple modal init order matters #5559
7 years ago
Jack
fa08398aad
Fix issue in implementation of closable on dimmer, fix issue with not namespacing dimmer in modal
7 years ago
Jack
28bf34ed8a
#4368 - Dimmer will now reset settings before each modal show making it simpler to work with multiple modal types in same page
7 years ago
Pablo Molina
7a17e70dd6
Disable refreshing for non active/animated modals
This commit solves #4196
When two or more modals coexist on the same page, the refresh method
of each modal is executed, even if one of them is being shown.
By checking if the module is active or being animated, you prevent
conflicts between shown and hidden modals, like the one described in
the issue.
8 years ago
Jack Lukic
91dfe87b0f
Fixes #4479 - Approve/deny callbacks can occur multiple times if clicked quickly
8 years ago
Jack Lukic
54765808d3
Fixes focus on modal to include tabindex #4370
8 years ago
Jack Lukic
bd924919d2
Modal- add setting for keyboard shortcuts
8 years ago
Jack Lukic
e1e1a81ab3
Removes all references to year from copyright notice (lets save some annoyance every january)
9 years ago
Jack Lukic
764e7905de
Fixes event namespace issues with modal/dimmer #3200
9 years ago
Jack Lukic
8c50ab24c2
Refix #3855 to fix scoping, allow for 'global' var without polluting global namespace
9 years ago
Jack Lukic
4292ab5aa1
Allows modules to work in environment with global other than window #3855
9 years ago
Jack Lukic
d4ecfa12ff
Fixes issue with extending settings with
9 years ago
jlukic
7040acdc44
#3713 - adds silent option to all modules
9 years ago
Michael de Hoog
e444af2483
Support modification of 'closable' setting while modal is open
9 years ago
Jack
af8c4a5454
Fix formatting
9 years ago
Michael de Hoog
f0e2ec5526
Added the ability to cancel a modal hide from the onHide callback
9 years ago
Jack
f967c80b3e
Fix formatting
9 years ago
Michael de Hoog
b06b8779cc
Added the ability to cancel a modal hide from the onHide callback
9 years ago
jlukic
33469d3cf6
Fixes issue with modal close #2736
Makes selector more specific
9 years ago
jlukic
b6fa0b3020
#2737 typo in code
9 years ago
jlukic
a1ca414076
#2737 fix improper selector for autofocus setting, move setting check to outside function so it can be called manually
9 years ago
jlukic
6fbabf4c2b
#2576 Modal will remove body style after hiding
9 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