CCv6 plugin breaks Joomla Tabs

How to fix Joomla tabs breaking after adding a ChronoConnectivity6 plugin.

Overview

The ChronoConnectivity6 plugin loads a Semantic-UI JavaScript file that includes a 'tab' component, which conflicts with Joomla's native tab functionality.
Rebuild the Semantic-UI library without the 'tab' component and replace the conflicting files in your Joomla installation.

Answered
Connectivity v6
2D 2D77rus 25 Oct, 2019
I've added an HTML module with {chronoconnectivity6}my_connection_name{/chronoconnectivity6} code, and a pretty simple connection (no AJAX, no Java, just read data and output data). After that, Joomla native tabs stopped working. They show up, but clicking produces error to console.
In particular, error appears on Tabs in system module List Materials by Category, and also in other 3rd party modules if used on the same page.

Here is browser console output:
Tab:The method you called is not defined : Array [ "show" ] 
semantic.min.js:11:227541

error https://xxx.ru/libraries/cegcore2/assets/semantic-ui/semantic.min.js:11
invoke https://xxx.ru/libraries/cegcore2/assets/semantic-ui/semantic.min.js:11
each jQuery
invoke https://xxx.ru/libraries/cegcore2/assets/semantic-ui/semantic.min.js:11
tab https://xxx.ru/libraries/cegcore2/assets/semantic-ui/semantic.min.js:11
  jQuery 2
tab https://xxx.ru/libraries/cegcore2/assets/semantic-ui/semantic.min.js:11
https://xxx.ru/media/jui/js/bootstrap.min.js?c99e6ce0b43cb9012ec6be52effc288e:8


Joomla 3.9.3
PHP 7.1
Chronoconnectivity6 site plugin V6.0 April 2017
ChronoengineGcore2 site plugin 1.0 April 2017
CEGCore2 site library 2.0.12 2017

I tried to change order of plugins (moved Chronoconnectivity6 plugin top and bottom), no luck.

Any ideas?
This topic is locked and no more replies can be posted.