JQuery SimpleTabs issue with Google Chrome v62.x

For some reason the JQuery UI SimpleTabs have just stopped working in my site and I can only put it down to the Google Chrome v62.0.3202.62 update, as it worked fine in previous versions up to v61.0.3163.100.

Basically the tab text doesn’t show up, but more importantly the onclick events on the tabs don’t fire either.

Problem is I get no warning or error messages in the Google console - just the usual woff errors because I’m using web fonts.

Has anybody had similar problems?

Thanks

I’ve just updated my Google Chrome to the same version, and the jQuery UI Tabs are still working. Are those the tabs that you mean?

Hi Paul

Thanks for confirming. Yes, its the 1.71 version of these tabs.

Just found that it was an overflow:hidden issue in the css even though this has worked fine up to this point in Chrome and still works in the other browsers. Commented this out and everything back to normal.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.