Skip to content

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

@ghost

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.

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