@livemesh Thank you! That was in fact the cause of the issue. In particular, it is caused by SO North’s usage of Smooth Scrolling and this appears to cause a conflict with LSOW Tabs that can be resolved only by disabling Smooth Scroll in SO North.
A recent commit expanded smooth scrolling to the entire site. The smoothScroll
method fires when it sees an anchor link such as href="#abcde'
on the page.
This is a problem specifically for Livemesh tabs because each individual tab is identified by an anchor. The result is that when Smooth Scroll is enabled (in the Customizer), it overrides all the tab events from LSOW Tabs, and the screen tries to scroll instead of switching to another tab.
This seems to represent an incompatibility for LSOW Tabs. It cannot be used in SiteOrigin North unless Smooth Scrolling is disabled or unless either SO North or LSOW Tabs is updated to account for the tabs’ usage of anchors to make the tab functionality work.