-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
mWeb - Workspace - Input is not auto-focused and keyboard doesn't open when creating a tag #53208
Comments
Triggered auto assignment to @sonialiap ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.mWeb - Workspace - Input is not auto-focused and keyboard doesn't open when creating a tag What is the root cause of that problem?We are missing autoFocus props in this input App/src/pages/workspace/tags/WorkspaceCreateTagPage.tsx Lines 92 to 100 in c62ab78
What changes do you think we should make in order to solve the problem?Add autoFocus to this input What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.When user opens the Tags creating page, the input is not focused and the keyboard is not opened. What is the root cause of that problem?App/src/pages/workspace/tags/WorkspaceCreateTagPage.tsx Lines 92 to 100 in c62ab78
here we did not pass : autoFocus shouldDelayFocus What changes do you think we should make in order to solve the problem?pass these autoFocus
<InputWrapper
InputComponent={TextInput}
+ autoFocus
+ shouldDelayFocus |
It's the same issue as #53314 and will be fixed by proposals from there. @sonialiap can we put this on hold and retest later? |
@CyberAndrii These issues seem different, but if you believe they are the same, please share your proposal here. Since this issue was created first, any duplicate would typically be closed in favor of this one. |
I don't think your proposals have the correct RCA and solution. We already use |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.67-1
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
Tag creation page is opened, the name input is automatically focused and keyboard is opened
Actual Result:
The name input isn't automatically focused and the keyboard is not opened.
Sometimes the focus and the keyboard appear with a delay
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6677791_1732697567850.video_2024-11-27_11-48-07.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: