Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Possible bug with the latest version #289

@sconix

Description

@sconix

With the previous version 2.1.0 our dashboard "card" selection view was working perfectly, but now with the latest version it does not. So has there been changes to the functionality or is this a bug?

This is the view with 2.1.0:
screenshot 2018-06-16 at 15 37 33

And this is the view with the 2.2.3:
screenshot 2018-06-16 at 15 45 13

As you can see the second card is pushed outside of the grid area.

The grid settings for the cards are:

Create survey card: sizex: 2, sizey: 2, minCols: 2, maxRows: 2
List surveys card: sizex: 6, sizey: 2, minCols: 2, maxRows: 2

And the grid settings are: draggable: false, resizeable: false, cascade: up, margins: [12], min_cols: 2, min_rows: 2, col_width: 162, row_height: 138, auto_resize: false, limit_to_screen: true, center_to_screen: true

The size of the view is so that there is room for 6 cols. I could of course "fix" this by setting row: 3 to the second card, but the idea is that when there are more cards we would like to let the grid to arrange them according to the space there is and not to hard code the positions.

Also will there be a release with rxjs 6 soon? This is the only library in our Angular 6 project that requires the rxjs-compat package.

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