As anonymous user the field collection table gets these classes:

<table class="field-collection-view-final sticky-enabled">

However, when rendered logged in as admin user, the table gets these classes:

<table class="sticky-enabled tableheader-processed sticky-table">

I was theming the table and this caused a bit of trouble. I worked around it using other selectors no problem; just reporting.

Thanks for this awesome module. It came at just the right time for my project.

Comments

kristofferwiklund’s picture

Version: 7.x-1.0-alpha2 » 7.x-1.x-dev
Issue summary: View changes

In the latest version this seems to still be a problem. But here is only that "field-collection-view-final" is missing from logged in users.