-
Notifications
You must be signed in to change notification settings - Fork 180
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
Added second way to re-order fields to manual #316
Added second way to re-order fields to manual #316
Conversation
This isn't a "right-click" functionality, so I don't think we should document it that way. It works just like a standard drag-and-drop. |
You're right actually. I meant to write "left-click". I tried it and it works with left-click, right-click and mouse wheel-click. A bit unexpected. I'll update. Edit: I changed it to "[…] click the field […]". My mouse supports 2 additional buttons to those I mentioned above. Every single button my mouse has works. It means I don't have to click any specific button on my mouse, the only important thing is that I press any button and then drag the item. I could of course document it in the lines of
But just like @brishtibheja said, mentioning mouse should probably best be avoided. My laptop has a touchscreen too and drag and drop works with a finger (touch event) as well. |
It works with right, left and mouse wheel click.
If you just say "drag it", it's fine with that. A good source to look up
how to document specific things like that is Google's developer
documentation style guide.
2024年12月7日(土) 9:25 GithubAnon0000 ***@***.***>:
… This isn't a "right-click" functionality, so I don't think we should
document it that way. It works just like a standard drag-and-drop.
You're right actually. I meant to write "left-click". I tried it and it
works with left-click, right-click and mouse wheel-click. A bit unexpected.
I'll update.
*Edit:* I changed it to "[…] click the field […]". My mouse supports 2
additional buttons to those I mentioned above. Every single button my mouse
has works. It means I don't have to click any specific button on my mouse,
the only important thing is that I press *any* button and then drag the
item.
I could of course document it in the lines of
click any button on your mouse and drag the item …
But just like @brishtibheja <https://github.com/brishtibheja> said,
mentioning mouse should probably best be avoided. My laptop has a
touchscreen too and drag and drop works with a finger (touch event) as well.
—
Reply to this email directly, view it on GitHub
<#316 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BATHNXVQ5EAB2EF4MUURXND2EJWSTAVCNFSM6AAAAABS67VV7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRUHA2DQNRUGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you! |
Fix: #314