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

The value dragger can get in the way when dealing with long/large numbers #86

Open
yaustar opened this issue Feb 26, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@yaustar
Copy link
Collaborator

yaustar commented Feb 26, 2021

There are two main issues here:

  1. The value dragger icon overlaps with the text. The users intention is to try to select or place the cursor at a point on the right hand side of the text field but on hover, the drag icon appears on top of text that the user wanted to select.
Kapture.2021-02-26.at.13.46.18.mp4
  1. The value dragger 'hit' area seems to be too wide. In the video below, I have to go a fair bit to the left before I can select the text.
Kapture.2021-02-26.at.13.47.02.mp4

Not sure what the best solution here as if we separate the label, the editable text field is smaller. ie Making it so that the placeholder X never disappears and give the background a different colour.
image

Another possibility is if the field is already selected, not to show the dragger on hover? Not too keen on this idea though 🤔

Maybe the dragger could only appear below the text field if it's selected?

@yaustar yaustar added the bug Something isn't working label Feb 26, 2021
@kungfooman
Copy link
Contributor

What use-case is there to have such big (1122334455) or small (0.1122334455) numbers in a VectorInput?

The Position/Rotation/Scale labels are wasting quite some empty space, which could be reduced to display at least 8 numbers with a decimal point (like 1234.5678) and then just start to round.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants