-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using $.fn.editable.defaults.mode = 'popover'; when using BootStrap 5 and jquery-3.7.1 #1190
Comments
I Use this code : ` <script src="./jquery.3.7.1/jquery-3.7.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> <script src="./bs-editable5/js/popper.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bootstrap-table.min.js"></script> <script src="./extensions/editable/bootstrap-table-editable.js"></script> <script src="./bs-editable5/js/bootstrap-editable.js"></script> <script src="./fonts/all.min.js"></script> <script src="./bs-editable5/js/moment-with-locales.js"></script>
|
I'm having same troubles with this environment: ASP.NET 4.6.2 - Bootstrap 5.3.3 - Jquery 3.7.1 - Bootstrap-Table 1.23.2 Problem is when i try to edit cell and update value (inside table and on database). For cell EDITING using bootstrap-editable.js with skycyclone-x-editable I use popup editing text-box. All is ok until application stores value in database. Event onEditableHidden is perfect and popup text disapperead well. A thing that i can't understand is that tooltip.js (inside browser inspector) is located in Bootstrap and Jquery Libraries are managed by Libman. In browser inspector i receive this error If anyone has a workaround.....
|
Uncaught TypeError: Cannot convert undefined or null to object
at Function.values ()
at us._isWithActiveTrigger (tooltip.js:536:19)
at tooltip.js:270:16
at g (index.js:226:51)
at HTMLDivElement.a (index.js:247:5)
at s (index.js:71:11)
at index.js:253:7
_isWithActiveTrigger @ tooltip.js:536
(anonymous) @ tooltip.js:270
g @ index.js:226
a @ index.js:247
s @ index.js:71
(anonymous) @ index.js:253
setTimeout
_ @ index.js:251
_queueCallback @ base-component.js:49
hide @ tooltip.js:282
(anonymous) @ popover.js:86
each @ jquery-3.7.1.min.js:2
each @ jquery-3.7.1.min.js:2
jQueryInterface @ popover.js:75
call @ bootstrap-editable.js:4834
innerHide @ bootstrap-editable.js:4813
hide @ bootstrap-editable.js:1149
destroy @ bootstrap-editable.js:1256
(anonymous) @ bootstrap-editable.js:936
i @ jquery-3.7.1.min.js:2
remove @ bootstrap-editable.js:1408
remove @ jquery-3.7.1.min.js:2
cleanData @ jquery-3.7.1.min.js:2
empty @ jquery-3.7.1.min.js:2
(anonymous) @ jquery-3.7.1.min.js:2
M @ jquery-3.7.1.min.js:2
html @ jquery-3.7.1.min.js:2
value @ bootstrap-table.min.js:10
initBody @ bootstrap-table-editable.js:2522
(anonymous) @ bootstrap-table-editable.js:2560
dispatch @ jquery-3.7.1.min.js:2
v.handle @ jquery-3.7.1.min.js:2
trigger @ jquery-3.7.1.min.js:2
triggerHandler @ jquery-3.7.1.min.js:2
save @ bootstrap-editable.js:1221
i @ jquery-3.7.1.min.js:2
dispatch @ jquery-3.7.1.min.js:2
v.handle @ jquery-3.7.1.min.js:2
trigger @ jquery-3.7.1.min.js:2
triggerHandler @ jquery-3.7.1.min.js:2
(anonymous) @ bootstrap-editable.js:286
i @ jquery-3.7.1.min.js:2
c @ jquery-3.7.1.min.js:2
add @ jquery-3.7.1.min.js:2
submit @ bootstrap-editable.js:243
i @ jquery-3.7.1.min.js:2
dispatch @ jquery-3.7.1.min.js:2
v.handle @ jquery-3.7.1.min.js:2Understand this error
The text was updated successfully, but these errors were encountered: