question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Maximum call stack size exceeded, bootstrap modal

See original GitHub issue

This error occurs when we show then hide the loading a few time or when another bootstrap modal or sweet alert is about to show alongside with the loading.

The error log is:

Uncaught RangeError: Maximum call stack size exceeded.
    at HTMLDocument.<anonymous> (modal.js:289)
    at HTMLDocument.dispatch (jquery.min.js:2)
    at HTMLDocument.y.handle (jquery.min.js:2)
    at Object.trigger (jquery.min.js:2)
    at Object.simulate (jquery.min.js:2)
    at HTMLDocument.n (jquery.min.js:2)
    at a.focusIn (vue-loading-overlay@3:1)
    at HTMLDocument.<anonymous> (modal.js:289)
    at HTMLDocument.dispatch (jquery.min.js:2)
    at HTMLDocument.y.handle (jquery.min.js:2)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

12reactions
twoshlovecommented, Jan 18, 2020
<b-modal id="order" size="lg" scrollable title="" :no-enforce-focus="true">

:no-enforce-focus=“true” is solution!!

11reactions
NoCodeMonkeycommented, Mar 26, 2019

Had to set no-enforce-focus bootstrap-vue b-modal component. Try focus = false with modal options or the data-focus=false attribute on the modal.

https://bootstrap-vue.js.org/docs/components/modal/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap modal called from jQuery UI Dialog - Stack Overflow
I'm calling a Bootstrap Modal whilst there's a jQuery UI Dialog open and am getting RangeError: Maximum call stack size exceeded. in the ......
Read more >
Bootstrap model with jquery ui dialog occur a max callstack ...
Open a jquery ui dialog from bootstrap modal. This occur a max call stack size exceeded error in console. We can solve this...
Read more >
Maximum call stack size exceeded with Bootstrap 3 - Forums
I have an issue specifically when I use the Microblogs portlet. It works perfectly fine with the welcome / classic theme and the...
Read more >
Maximum call stack size exceeded. bootstrap - Code Grepper
ERROR in Maximum call stack size exceeded. Whatever By MitchAloha on Aug 22 2021 Donate. It is likely that a function with infinite...
Read more >
click event Uncaught RangeError: Maximum call stack size ...
... solution for query click event Uncaught RangeError: Maximum call stack size exceeded. ... how can i create andfire bootstrap popover in same...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found