Closed CecleCW closed 4 months ago
heya - not sure why you're experiencing an issue with the Modal. It is working in this simple example. https://coliff.github.io/bootstrap-ie11/tests/#modal
I'm not a JavaScript expert though so can't help any further but I'll leave this issue open for now in case anyone else can offer help.
@CecleCW - did you see the reply in https://github.com/coliff/bootstrap-ie11/issues/105 ? Maybe that might help?
@coliff sorry for the late reply, but #105 is not the same case. Moreover, actually in my website, there are 3 errors occurred, I'm not sure if they're related
SCRIPT1002: Syntax error bootstrap.bundle.min.js (6, 263)
SCRIPT5007: Unable to get property 'Constructor' of undefined or null reference bootstrap-dialog.min.js (1, 881)
SCRIPT5009: 'BootstrapDialog' is undefined dialog.js (1, 581)
By the way, I'm using Bootstrap v5.1.3
@CecleCW, BootstrapDialog
is a Bootstrap 3 object and doesn't exist in Bootstrap 5, which is the version this project supports.
thanks @JMHeartley ! I'll close this issue now then.
Hi, there I'm applying this amazing project to my website, but still, all the BootstrapDialog's gone under IE11, and it keeps saying
And here's my dialog.js
Anyone can help?