Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: avoid_overlapped_widgets and collision wait_for_mouseup false fails #144

Open
timothymarois opened this issue Aug 26, 2020 · 0 comments

Comments

@timothymarois
Copy link

timothymarois commented Aug 26, 2020

Only avoids collation with one box, If you have a larger box and additional boxes, move the larger one over the others and it will only move one out of the way. Avoid overlap doesn't work as expected since the larger one overlaps ontop of the ones that do not move.

Configuration:

                widget_selector: 'li',
                widget_base_dimensions: ['auto', 110],
                autogenerate_stylesheet: true,
                avoid_overlapped_widgets : true,
                min_cols: 1,
                max_cols: 14,
                widget_margins: [5, 5],
                shift_widgets_up: false,
                shift_larger_widgets_down: false,
                move_widgets_down_only: false,
                scroll_container : '.app-main',
                resize: {
                    enabled: true,
                    // axes: 'x'
                },
                collision: {
                    wait_for_mouseup: false
                },

First load it appears to work, but then once you move an item and try again, it now allows overlapping

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

No branches or pull requests

1 participant