mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 06:18:25 -05:00
[GH-ISSUE #546] Feature - First Focus #11603
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @prafullmaru on GitHub (Jun 6, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/546
When user visits tool, text box to paste link should get auto focus
Today when we visit tool, by default none of the control is active, making feel like on click of any button application will become active.
Set text box with auto focus after first render
a clear and concise description of any alternative solutions or features you've considered.
Below is comparision

@ihatespawn commented on GitHub (Jun 7, 2024):
you can click control on your keyboard to focus it for now if you don't want to use your mouse
@wukko commented on GitHub (Jun 7, 2024):
cobalt already automatically focuses the input field when you press ctrl/cmd, what exactly do you want to be done differently?
@ihatespawn commented on GitHub (Jun 7, 2024):
this person wants the input field to automatically focus when you visit the page
@wukko commented on GitHub (Jun 7, 2024):
why? what's the point if it gets focused once you press ctrl/cmd to paste the link?
@ihatespawn commented on GitHub (Jun 7, 2024):
idk dont ask me, ask @prafullmaru
@prafullmaru commented on GitHub (Jun 13, 2024):
@wukko - In ideal, first action on site for me will be paste link. If textbox will not be focused, in that case user will have to bring textbox to active state and then paste it(when using keyboard and not UI button). So if we will have textbox focused, it will reduce one unnecessary click in textbox. Considering this as better in terms of UX.
@lostdusty commented on GitHub (Jun 13, 2024):
You can just paste the link the moment you access cobalt
@ihatespawn commented on GitHub (Jun 14, 2024):
IT WILL BE ACTIVE when you CLICK CTRL ON YOUR KEYBOARD AND YIOU PASTE USING CTRL +V!!!@!@!
@prafullmaru commented on GitHub (Jun 17, 2024):
I see, hitting Ctrl brings focus.
Just give thought from perceptive of user who don't know.
Ideal case - Just hitting Ctrl should bring shortcut options and should not perform any action itself.
If agree, we have changes in PR, else we can close this issue.
@ihatespawn commented on GitHub (Jun 17, 2024):
It's made to make it easy to paste, not to show shortcut options, for it could be
Ctrl+/but neverCtrl.