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

DataMapper: Use a smaller object when dragging #1931

Open
lordrip opened this issue Jan 22, 2025 · 1 comment
Open

DataMapper: Use a smaller object when dragging #1931

lordrip opened this issue Jan 22, 2025 · 1 comment
Labels
DataMapper All issues related to the DataMapper enhancement New feature or request good first issue Good for newcomers

Comments

@lordrip
Copy link
Member

lordrip commented Jan 22, 2025

Please describe the feature that you want to propose

When dragging a field from one schema to another, the object being grabbed is the same size as the original row, making it a bit complicated to manipulate it.

Image

The goal of this ticket is when grabbing the field, the object should be smaller, so it's centered on the user's cursor.

@lordrip lordrip added DataMapper All issues related to the DataMapper enhancement New feature or request good first issue Good for newcomers labels Jan 22, 2025
@lordrip lordrip moved this from New to Backlog in Kanban Board Jan 28, 2025
@igarashitm
Copy link
Contributor

First I thought we can narrow the draggable area horizontally, probably limit to the left icons and field label. However, it then also force users to move the mouse further away to the icons and labels when the screen is wide enough so the field is wide.

Ideally we want to keep the draggable area as wide as currently is, but when it starts dragging, the field label jumps and is shown right under the mouse cursor as well as the dropping area evaluation happens right on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DataMapper All issues related to the DataMapper enhancement New feature or request good first issue Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants