There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-5eaf7e30-c86f-43ad-8638-de0c947da16e XWIKI-23257 Open

Required rights automated analysis messages are displayed out of the Required Rights modal

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-6632c24d-744c-4475-98fd-5dc4f657076b Marius Dumitru Florea on 05/Jun/25 11:12
 

Another option is to modify Bootstrap to use Object.defineProperty($.fn, 'tooltip', ...) to prevent its value from being later overwritten. We want to force the Bootstrap implementation for tooltip in XWiki, so it should be OK. And if you really want to undo, we modify noConflict to remove the protection (i.e. delete the 'tooltip' property before assigning the previous value).