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

Placeholder dropzones not positioned correctly #552

Open
ktbacher opened this issue Jun 2, 2021 · 0 comments
Open

Placeholder dropzones not positioned correctly #552

ktbacher opened this issue Jun 2, 2021 · 0 comments
Labels
bug MV Label for Multi-view todos and bugs

Comments

@ktbacher
Copy link
Contributor

ktbacher commented Jun 2, 2021

  • [*] I am reporting a bug

Expected Behavior
When an empty space in a layout is created (e.g. not all the rows and columns in a layout are filled in with groups), dropzones appear over the position of the empty space so a user can directly add a group to that position in the layout.

Actual Behavior
The dropzones only appear over the top, left corner of the layout, instead of over the appropriate empty space. This is because the dropzone is positioned based on the Placeholder left and top signal value but the correct positioning is determined by the signal update, which doesn't appear to propagate to the value. Dropping in the dropzone, however, does position the mark correctly in the empty space.

Steps to reproduce behavior

  1. Drag mark to right dropzone.
  2. Drag mark to bottom right dropzone.
  3. Start dragging another mark and see the placeholder dropzone appears in the top left, not the bottom left.
@ktbacher ktbacher added bug MV Label for Multi-view todos and bugs labels Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug MV Label for Multi-view todos and bugs
Projects
None yet
Development

No branches or pull requests

1 participant