Skip to content

Tabs set to visibility:hidden and never changed #237

@mjray

Description

@mjray

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions