You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
easytabs 3.2.0 is used on an intranet page that I was asked to fix. It looks like the script is setting visibility:hidden on the content divs at startup (around https://github.com/JangoSteve/jQuery-EasyTabs/blob/master/lib/jquery.easytabs.js#L614 ) and then that doesn't get removed when a tab is clicked. It's also set as a element style attribute, which is a nuisance to remove (js needed not mere css).
Of course, this might be a usage error by the page author but I don't see how. Changing the visibility seems a bit like it contradicts the "[display] is the only property easytabs changes" in line 609, too.
The text was updated successfully, but these errors were encountered:
easytabs 3.2.0 is used on an intranet page that I was asked to fix. It looks like the script is setting visibility:hidden on the content divs at startup (around https://github.com/JangoSteve/jQuery-EasyTabs/blob/master/lib/jquery.easytabs.js#L614 ) and then that doesn't get removed when a tab is clicked. It's also set as a element style attribute, which is a nuisance to remove (js needed not mere css).
Of course, this might be a usage error by the page author but I don't see how. Changing the visibility seems a bit like it contradicts the "[display] is the only property easytabs changes" in line 609, too.
The text was updated successfully, but these errors were encountered: