Changes between Initial Version and Version 1 of Ticket #12525, comment 4
- Timestamp:
- Oct 8, 2014, 2:57:20 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12525, comment 4
initial v1 3 3 #!js 4 4 5 6 // Since confModal is essentially a nested modal it's enforceFocus method7 // must be no-op'd or the following error results8 // "Uncaught RangeError: Maximum call stack size exceeded"9 // But then when the nested modal is hidden we reset modal.enforceFocus10 5 var enforceModalFocusFn = $.fn.modal.Constructor.prototype.enforceFocus; 11 6