-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels