Dear,
we are migrating from bootstrap 3.3.7 to 4.0, bootstrap dialog is working fine with 3.3.7 but after migration we are getting the error below
bootstrap.min.js:848 Uncaught TypeError: Cannot set property 'paddingRight' of undefined
at n.p._adjustDialog (bootstrap.min.js:848)
at n.p.show (bootstrap.min.js:762)
at HTMLDivElement. (bootstrap.min.js:895)
at Function.each (jquery-3.2.1.min.js:2)
at r.fn.init.each (jquery-3.2.1.min.js:2)
at r.fn.init.o._jQueryInterface [as modal] (bootstrap.min.js:890)
at open (bootstrap-dialog.min.js:124)
at Function.o.alert (bootstrap-dialog.min.js:609)
at test (index.html:101)
at HTMLButtonElement.onclick (index.html:27)
how to solve this issue
Dear,
we are migrating from bootstrap 3.3.7 to 4.0, bootstrap dialog is working fine with 3.3.7 but after migration we are getting the error below
bootstrap.min.js:848 Uncaught TypeError: Cannot set property 'paddingRight' of undefined
at n.p._adjustDialog (bootstrap.min.js:848)
at n.p.show (bootstrap.min.js:762)
at HTMLDivElement. (bootstrap.min.js:895)
at Function.each (jquery-3.2.1.min.js:2)
at r.fn.init.each (jquery-3.2.1.min.js:2)
at r.fn.init.o._jQueryInterface [as modal] (bootstrap.min.js:890)
at open (bootstrap-dialog.min.js:124)
at Function.o.alert (bootstrap-dialog.min.js:609)
at test (index.html:101)
at HTMLButtonElement.onclick (index.html:27)
how to solve this issue