You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: