Max
Max
I put this in my body's onLoad function and it fixed the issue: ``` const originalShow = bootstrap.Modal.prototype.show; bootstrap.Modal.prototype.show = function (...args) { jQuery("body").css("display", "none"); originalShow.apply(this, args); jQuery("body").css("display", "block"); };...
Has anyone else experienced this thing or seen it happen before? Is this a duplicate issue
> Hi, > > would you mind to provide us a reduced test case so we can take a look on that? > > Thanks! Sorry, I have better things...
Dang I just spend hours trying to figure out why it wasn't working by trying to debug the minified source code just to find this thread that it has never...
Just saw few tests are failed, I haven't had time to look closely, since I haven't figured out how to run a single test instead of the whole suite, but...
> Thanks for the PR @mshvarts - can you please update the tests as well? Once that's done I'll see if I can find a reviewer. Thanks - @gvwilson Sorry...