Skip to content

The CollectionView is inserting "display=list-item" in _insertAndRenderModelView and the grid styling is modified to list. #71

Description

In version 0.11.6 the code in _insertAndRenderModelView

            if( thisModelViewWrapped.children().length === 1 )
                thisModelViewWrapped.toggle( ! hideThisModelView );
            else modelView.$el.toggle( ! hideThisModelView );

            thisModelViewWrapped.toggleClass( "not-visible", hideThisModelView );

was replaced by

if( thisModelViewWrapped.children().length === 1 )
                thisModelViewWrapped.toggle( ! hideThisModelView );
            else modelView.$el.toggle( ! hideThisModelView );

            thisModelViewWrapped.toggleClass( "not-visible", hideThisModelView );

jquery toggle adds display:list-item and spoils the grid styling given in css.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions