Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Don't toggle td/th visibility with jquery; it breaks in flexbox designs #26

Open
mariusGundersen opened this issue Mar 15, 2016 · 0 comments

Comments

@mariusGundersen
Copy link

We use the MiniProfiler in a flexbox heavy page, and this confuses jQuery a bit. When toggeling the show more/show less columns, they don't show correctly. When showing the columns they get the style display: block instead of display: table-cell (or just having the style removed).

This might be fixed in a newer version of jQuery, but the best practice about this is to toggle a class name instead of trying to show/hide the cells directly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant